Skip to content

Commit 9e68e66

Browse files
committed
Fixing standard errors
1 parent 76fce4c commit 9e68e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/components/cms/image_component_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require "rails_helper"
44

55
RSpec.describe Cms::ImageComponent, type: :component do
6-
76
let(:caption) { "This is a picture" }
87

98
context "with link" do
@@ -69,5 +68,4 @@
6968
expect(page).not_to have_text(caption)
7069
end
7170
end
72-
7371
end

0 commit comments

Comments
 (0)