docbrown/spec/labor/reaction_image_spec.rb
ludwiczakpawel 5d3691bcc5
Notifications redesign (#11084)
* notifications

* fix

* .

* REVERT

* .

* drop ccss

* REVERT

* specs

* drop colons

* fixse

* fix

* spec 1

* eh

* Fix notification specs

Co-authored-by: Molly Struve <mollylbs@gmail.com>
2020-10-29 20:38:17 +01:00

7 lines
191 B
Ruby

require "rails_helper"
RSpec.describe ReactionImage, type: :labor do
it "returns a category image" do
expect(described_class.new("unicorn").path).to eq("unicorn-filled.svg")
end
end