* move comment out of unused tests causing failures on build server
This commit is contained in:
parent
4cc10631dd
commit
4c6d95d4fe
|
|
@ -1,8 +1,9 @@
|
|||
=begin
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe "RSVP Dialogs", :js => true, :type => :feature, :capybara_feature => true do
|
||||
|
||||
=begin
|
||||
end
|
||||
subject { page }
|
||||
|
||||
let (:user) {FactoryGirl.create(:user)}
|
||||
|
|
@ -131,5 +132,5 @@ describe "RSVP Dialogs", :js => true, :type => :feature, :capybara_feature => tr
|
|||
# navigate to Session Details screen and approve both RSVPs, confirming the slot dialog does not pop up for either
|
||||
end
|
||||
end
|
||||
|
||||
end=end
|
||||
=end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue