* move comment out of unused tests causing failures on build server

This commit is contained in:
Seth Call 2014-11-23 09:17:50 -06:00
parent 4cc10631dd
commit 4c6d95d4fe
1 changed files with 5 additions and 4 deletions

View File

@ -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