* 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>
7 lines
191 B
Ruby
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
|