Cleanup whitespace
@ -51,4 +51,3 @@ class MeetingParticipant < ActiveRecord::Base
self.attributes.reject { |k,v| ['id','meeting_id','attended','created_at', 'updated_at'].include?(k)}
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"})