Sha256: 135388858a9aade7cfc20fe62888af616f1e577a7560e90df963324f38c29999
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
require 'test_helper' 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gara-0.1.7 | test/dummy/test/controllers/hello_controller_test.rb |