removed pending from music session delete test
This commit is contained in:
parent
57a6b85116
commit
5c83d1f452
|
|
@ -134,8 +134,6 @@ describe "Invitation API ", :type => :api do
|
|||
end
|
||||
|
||||
it "should delete by deletion of music session" do
|
||||
pending
|
||||
|
||||
other_user = FactoryGirl.create(:user) # in the music session
|
||||
# starting condition; valid session and current user is already in it
|
||||
music_session = FactoryGirl.create(:music_session, :creator => user)
|
||||
|
|
|
|||
Loading…
Reference in New Issue