Sha256: aacc2e255b10e563a42d54a4099dc9f85ab45836d9325e366982314469945ba7

Contents?: true

Size: 387 Bytes

Versions: 18

Compression:

Stored size: 387 Bytes

Contents

require 'factory_girl_rails'
require 'pry'

load Landable::Engine.root.join('spec/support/helpers.rb').to_s
load Landable::Engine.root.join('spec/support/carrier_wave.rb').to_s

World(FactoryGirl::Syntax::Methods)
World(Landable::Spec::CoreHelpers)
World(Landable::Spec::HttpHelpers)

Landable.configure do |c|
  c.authenticators = Landable::AuthenticationService::EchoAuthenticator
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
landable-1.14.0 features/support/usefulness.rb
landable-1.13.2 features/support/usefulness.rb
landable-1.13.1 features/support/usefulness.rb
landable-1.12.3 features/support/usefulness.rb
landable-1.12.2 features/support/usefulness.rb
landable-1.12.1 features/support/usefulness.rb
landable-1.11.1 features/support/usefulness.rb
landable-1.11.0 features/support/usefulness.rb
landable-1.10.0.rc2 features/support/usefulness.rb
landable-1.10.0.rc1 features/support/usefulness.rb
landable-1.9.2 features/support/usefulness.rb
landable-1.9.1 features/support/usefulness.rb
landable-1.9.0 features/support/usefulness.rb
landable-1.9.0.rc2 features/support/usefulness.rb
landable-1.9.0.rc1 features/support/usefulness.rb
landable-1.8.0 features/support/usefulness.rb
landable-1.7.1.rc1 features/support/usefulness.rb
landable-1.7.0 features/support/usefulness.rb