Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 990b37f

Browse files
committed
Attempted fix for the Travis CI failure that we is CNR locally
1 parent f1999ef commit 990b37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/models/reservation_spec.rb

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
end
160160

161161
context 'with blacked out start date' do
162+
before(:each) { FactoryGirl.create(:blackout, start_date: reservation.start_date, end_date: reservation.due_date) }
162163
let!(:blackout) { FactoryGirl.create(:blackout, start_date: reservation.start_date, end_date: reservation.due_date) }
163164

164165
it { should_not be_valid }

0 commit comments

Comments
 (0)