Skip to content

Commit

Permalink
Fix failing test. #379
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel.metzenthin committed Jan 31, 2018
1 parent 2fce4bd commit d791316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/models/event_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@

it "should return correct description text" do
event = FactoryBot.create :rankinglist
event.deadline = Date.current
expect(event.build_description_string.include? "#{ event.deadline }").to be(true)
end
end

0 comments on commit d791316

Please sign in to comment.