removed pending from music session delete test

This commit is contained in:
Jonathan Kolyer 2013-07-23 18:23:19 -05:00
parent 57a6b85116
commit 5c83d1f452
1 changed files with 0 additions and 2 deletions

View File

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