Skip to content

Commit e491c9b

Browse files
committed
stree lint
1 parent 619ebda commit e491c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/system/anon_sidebar_topic_button_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
visit("/latest")
88
expect(page).not_to have_css(".sidebar-new-topic-button__wrapper")
99
expect(page).not_to have_css(".sidebar-new-topic-button:not(.disabled)")
10-
end
11-
end
10+
end
11+
end

spec/system/sidebar_topic_button_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
c.save
1212
c
1313
end
14-
14+
1515
before { sign_in(user) }
1616

1717
it "renders the new topic button in the sidebar" do
@@ -42,4 +42,4 @@
4242

4343
expect(page).not_to have_css(".sidebar-new-topic-button[disabled]")
4444
end
45-
end
45+
end

0 commit comments

Comments
 (0)