test/dummy/test/controllers/hello_controller_test.rb in gara-0.1.6 vs test/dummy/test/controllers/hello_controller_test.rb in gara-0.1.7
- old
+ new
@@ -3,8 +3,9 @@
class HelloControllerTest < ActionController::TestCase
test "should get show" do
get :show
assert_response :success
assert_match /Hi there/, @response.body
+ assert_match %Q(<link data-turbolinks-track="true" href="/assets/application.css" media="all" rel="stylesheet" />), @response.body
end
end