Mark test as pending

This commit is contained in:
Jesse C. Fisher 2021-07-16 21:27:42 -07:00
parent 2134ea02ce
commit 196174401e

View File

@ -371,6 +371,7 @@ RSpec.describe Play, type: :model do
#TODO: Test every validation of a play
expect(@play.beats? @play_to_beat).to eq(false)
#TODO: Refactor @play.valid? method to account for beats?
pending('#EXPECT invalid play Refactor @play.valid? method to account for beats?')
expect(@play.valid?).to eq(false)
end