Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcfan committed Feb 1, 2019
1 parent 2926570 commit 254324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/room_spec.rb
Expand Up @@ -172,7 +172,7 @@

it "returns stories grouped by whether it has point or not" do
sleep 1
story_2.touch
story_2.touch(:created_at)
room.id = 1
expect(room.grouped_stories.size).to eq 2
expect(room.grouped_stories[:groomed].size).to eq 1
Expand Down

0 comments on commit 254324f

Please sign in to comment.