Sha256: 594ecd524894272447f2dd2faf3d7635438210756c6f4eff109ca7437db1900f

Contents?: true

Size: 237 Bytes

Versions: 8

Compression:

Stored size: 237 Bytes

Contents

require 'test_helper'
require 'capybara/rails'

module ActionController

  class IntegrationTest
    include Capybara
  end

end

module Shoulda

  module ClassMethods

    alias :feature :context
    alias :scenario :should

  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-3.0.2 test/integration_test_helper.rb
typus-3.0.1 test/integration_test_helper.rb
typus-3.0.0 test/integration_test_helper.rb
typus-1.0.0.pre13 test/integration_test_helper.rb
typus-1.0.0.pre12 test/integration_test_helper.rb
typus-1.0.0.pre11 test/integration_test_helper.rb
typus-1.0.0.pre10 test/integration_test_helper.rb
typus-1.0.0.pre9 test/integration_test_helper.rb