Sha256: ee3cbbdb33764726b0c636bd888c9baf392856c061343efa42e9481500f6a7c8

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

class IntegrationTest < ActionDispatch::IntegrationTest

  include Rack::Test::Methods
  include FactoryGirl::Syntax::Methods
  include Rails.application.routes.url_helpers
#  include ActiveSupport::Testing::SetupAndTeardown

  def app
    DUMMY_APP
  end

  extend MiniTest::Spec::DSL

  register_spec_type(/integration$/i, self)

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api_versioning-0.0.9 test/support/integration_test.rb