Skip to content

Commit 1f8c085

Browse files
committed
Improving test descriptions
1 parent d8a97f1 commit 1f8c085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/components/cms/image_component_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
))
8383
end
8484

85-
it "should add them" do
85+
it "should add both classes" do
8686
expect(page).to have_css(".cms-image.another-class")
8787
end
8888
end
@@ -95,7 +95,7 @@
9595
))
9696
end
9797

98-
it "should add them" do
98+
it "should add both of them" do
9999
expect(page).to have_css(".cms-image.another-class.second-class")
100100
end
101101
end

0 commit comments

Comments
 (0)