Sha256: 9524fe26b73b8424f15fb3c2a5dc8cbef218c15e18d898a06ae79ec4e6c35812

Contents?: true

Size: 516 Bytes

Versions: 9

Compression:

Stored size: 516 Bytes

Contents

# Temporary workaround to resolve circular dependency between rspec-rails' spec
# suite and ammeter.
require 'rspec/rails/matchers'

module RSpec
  module Rails
    # Common rails example functionality.
    module RailsExampleGroup
      extend ActiveSupport::Concern
      include RSpec::Rails::SetupAndTeardownAdapter
      include RSpec::Rails::MinitestLifecycleAdapter if ::Rails::VERSION::STRING >= '4'
      include RSpec::Rails::MinitestAssertionAdapter
      include RSpec::Rails::Matchers
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
solidus_backend-1.0.0.pre vendor/bundle/gems/rspec-rails-3.1.0/lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.2.3 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.2.2 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.2.1 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.2.0 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.1.0 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.0.2 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.0.1 lib/rspec/rails/example/rails_example_group.rb
rspec-rails-3.0.0 lib/rspec/rails/example/rails_example_group.rb