Merge pull request #48 from finnlabs/fix/whitespace-cleanup

Cleanup whitespace
pull/6827/head
manwithtwowatches 10 years ago
commit 198541a057
  1. 1
      app/models/meeting_participant.rb
  2. 1
      features/support/participant_steps.rb

@ -51,4 +51,3 @@ class MeetingParticipant < ActiveRecord::Base
self.attributes.reject { |k,v| ['id','meeting_id','attended','created_at', 'updated_at'].include?(k)} self.attributes.reject { |k,v| ['id','meeting_id','attended','created_at', 'updated_at'].include?(k)}
end end
end end

@ -23,4 +23,3 @@ Then(/^the user "(.*?)" should( not)? be available as a participant$/) do |login
step(%{I should#{negative} see "#{user.name}" within "#meeting-form table.list"}) step(%{I should#{negative} see "#{user.name}" within "#meeting-form table.list"})
end end

Loading…
Cancel
Save