Sha256: c91862ad153286135b903f72f2e9a7beb2fc3fa209a96935ae87d4107fac4347

Contents?: true

Size: 227 Bytes

Versions: 39

Compression:

Stored size: 227 Bytes

Contents

require 'webrat'
require 'spec'

Webrat.configure do |config|
  config.mode = :mechanize
end

class WebratWorld
  include Spec::Matchers
  include Webrat::Methods
  include Webrat::Matchers
end

World do
  WebratWorld.new
end
 

Version data entries

39 entries across 39 versions & 5 rubygems

Version Path
cucumber-0.8.3 examples/webrat/features/support/env.rb
cucumber-0.8.2 examples/webrat/features/support/env.rb
cucumber-0.8.1 examples/webrat/features/support/env.rb
cucumber-0.8.0 examples/webrat/features/support/env.rb
cucumber-0.7.3 examples/webrat/features/support/env.rb
cucumber-0.7.2 examples/webrat/features/support/env.rb
cucumber-0.7.1 examples/webrat/features/support/env.rb
cucumber-0.7.0 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.8 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.7 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.6 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.5 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.4 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.3 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.2 examples/webrat/features/support/env.rb
cucumber-0.7.0.beta.1 examples/webrat/features/support/env.rb
cucumber-0.6.4 examples/webrat/features/support/env.rb
cucumber-0.6.3 examples/webrat/features/support/env.rb
davidtrogers-cucumber-0.6.2 examples/webrat/features/support/env.rb
cucumber-0.6.2 examples/webrat/features/support/env.rb