* put pending in it block. sigh
This commit is contained in:
parent
4ecf7abb1e
commit
9797bd8e92
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue