Skip to content

Commit 0ec2242

Browse files
committed
Fix failed tests due to typo: sponser
1 parent 26a88e9 commit 0ec2242

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ div #README{
3737
.snsb iframe {
3838
margin: 0 !important;
3939
}
40+
4041
.sponsors_logo {
4142
ul{
4243
padding: 0;

test/integration/top_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
require 'test_helper'
33

44
class Toptest < ActionDispatch::IntegrationTest
5-
test "Sponserd link should be exist" do
5+
test "Sponser links should be exist" do
66
get "/"
7-
assert_select 'section.sponsers_logo a[href]',count:4
7+
assert_select 'section.sponsors_logo a[href]', count:4
88
end
99
end

0 commit comments

Comments
 (0)