Sha256: bf7afdc6d563f4d94de05217e74d2e3fedd05c0bb68b436e00c570bc54c2b1d0
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
module Steak module AcceptanceExampleGroup extend ActiveSupport::Concern included do include RSpec::Rails::RequestExampleGroup metadata[:type] = :acceptance end end end RSpec.configuration.include Steak::AcceptanceExampleGroup, :capybara_feature => true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steak-2.0.0 | lib/steak/acceptance_example_group.rb |
steak-2.0.0.beta2 | lib/steak/acceptance_example_group.rb |
steak-2.0.0.beta1 | lib/steak/acceptance_example_group.rb |