Skip to content

Commit b74131d

Browse files
committed
Update spec to use expect syntax
1 parent 3bbcb20 commit b74131d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/grim/image_magick_processor_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
end
2727

2828
it "should return page count" do
29-
@processor.count(fixture_path("smoker.pdf")).should == 25
29+
expect(@processor.count(fixture_path("smoker.pdf"))).to eq(25)
3030
end
3131
end
3232

0 commit comments

Comments
 (0)