Sha256: 0f58392ecd9bc10f8f33ce387e86c6166eeee909462ee69ac03ff9abb954123f

Contents?: true

Size: 459 Bytes

Versions: 7

Compression:

Stored size: 459 Bytes

Contents

# require 'test_helper'

# class HelloControllerTest < ActionController::TestCase

#   test "should get show" do
#     get :show
#     assert_response :success
#     # puts @response.body
#     assert_match /<h1>Hi there<\/h1>/, @response.body
#     assert_match /link rel="stylesheet" media="all" href="\/assets\/application.css" data-turbolinks-track="true" \/>/, @response.body
#     assert_no_match %Q(Dummy ShowDummy Show), @response.body
#   end

# end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
express_templates-0.11.20 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.20.rc1 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.19 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.18 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.17 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.16 test/dummy/test/controllers/hello_controller_test.rb
express_templates-0.11.16.rc1 test/dummy/test/controllers/hello_controller_test.rb