Skip to content

Commit

Permalink
Fix unit test that expected class="gridster"
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jun 3, 2020
1 parent 64a8468 commit 642a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_get_dashboard
with_generated_project do
get '/sampletv'
assert_equal 200, last_response.status
assert_includes last_response.body, 'class="gridster"'
assert_includes last_response.body, 'class="grid"'
assert_includes last_response.body, "DOCTYPE"
end
end
Expand Down

0 comments on commit 642a56d

Please sign in to comment.