Skip to content

Commit 642a56d

Browse files
committed
Fix unit test that expected class="gridster"
1 parent 64a8468 commit 642a56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_get_dashboard
9191
with_generated_project do
9292
get '/sampletv'
9393
assert_equal 200, last_response.status
94-
assert_includes last_response.body, 'class="gridster"'
94+
assert_includes last_response.body, 'class="grid"'
9595
assert_includes last_response.body, "DOCTYPE"
9696
end
9797
end

0 commit comments

Comments
 (0)