* put pending in it block. sigh

This commit is contained in:
Seth Call 2014-07-29 20:55:43 -05:00
parent 4ecf7abb1e
commit 9797bd8e92
1 changed files with 1 additions and 1 deletions

View File

@ -59,10 +59,10 @@ describe "Create Session", :js => true, :type => :feature, :capybara_feature =>
end
context "attempt to start a session more than an hour from now" do
pending "play with Database.db_timezone on this one"
let (:first_session) { FactoryGirl.create(:music_session, creator: user1, scheduled_start: now + 75.minutes) }
it "warns the user that session starts in the future, and user can start session" do
pending "play with Database.db_timezone on this one"
sleep 1
find('.btn-next').trigger(:click)
sleep 2