Sha256: e6afcb88cc718567e57535cc2a388d8b9339254966f9e15e473031c5127041e3

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

require 'test_helper'

class PagesControllerTest < ActionController::TestCase
  test "should get home" do
    get :home
    assert_response :success
  end

end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
material_design_icons_rails-1.0.0 test/dummy/test/controllers/pages_controller_test.rb
maestrano-rails-0.7.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.6.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.5.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.4.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.3.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.2.0 test/dummy/test/functional/pages_controller_test.rb
maestrano-rails-0.1.0 test/dummy/test/functional/pages_controller_test.rb