Sha256: 005ea248529d08f3c2c5e062b83d8da516d147663637aca07bb12bb0f77bbd70

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../test_helper.rb')

class PagesControllerTest < ActionController::IntegrationTest

  def setup
    @controller = PagesController.new
  end

  context "Hiting routes" do
    test "Hit a route with an unespecified action" do
      get "/pages/home"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
route_dog-2.5.1 test/integration/pages_controller_test.rb
route_dog-2.5.0 test/integration/pages_controller_test.rb
route_dog-2.4.2 test/integration/pages_controller_test.rb