Merge branch 'develop' into feature/profile-teacher

This commit is contained in:
Steven Miers 2015-08-17 14:11:41 -05:00
commit 7c95e526e4
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ describe 'Band Search Model' do
end
it "filters by instruments" do
minst = FactoryGirl.create(:musician_instrument)
minst = FactoryGirl.build(:musician_instrument)
band.musician_instruments << minst
band.save
filter[BandSearch::KEY_INSTRUMENTS] = [{'instrument_id' => minst.instrument_id,