Sha256: 51fd28f69260139897d54aa6c9eb6be03c162ffbbc549f8495cf3763d1ff8ff3

Contents?: true

Size: 336 Bytes

Versions: 13

Compression:

Stored size: 336 Bytes

Contents

require "test/unit"
# require "redgreen"

$LOAD_PATH.unshift File.dirname(__FILE__) + "/../../../../lib"
require "webrat"

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

class Test::Unit::TestCase
  include Webrat::Methods
  include Webrat::Matchers

  Webrat::Methods.delegate_to_session :response_code, :response_body
end

Version data entries

13 entries across 13 versions & 7 rubygems

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/webrat-0.7.3/spec/integration/sinatra/test/test_helper.rb
indirect-webrat-0.7.5 spec/integration/sinatra/test/test_helper.rb
indirect-webrat-0.7.4 spec/integration/sinatra/test/test_helper.rb
webrat-0.7.3 spec/integration/sinatra/test/test_helper.rb
jbd-webrat-0.7.2.rails3 spec/integration/sinatra/test/test_helper.rb
webrat-0.7.2 spec/integration/sinatra/test/test_helper.rb
webrat-0.7.2.beta.2 spec/integration/sinatra/test/test_helper.rb
mutle-webrat-0.7.2.beta.1 spec/integration/sinatra/test/test_helper.rb
thoughtbot-webrat-0.7.2.pre spec/integration/sinatra/test/test_helper.rb
webrat-0.7.2.beta.1 spec/integration/sinatra/test/test_helper.rb
honkster-webrat-0.7.1.2 spec/integration/sinatra/test/test_helper.rb
honkster-webrat-0.7.1.1 spec/integration/sinatra/test/test_helper.rb
webrat-0.7.1 spec/integration/sinatra/test/test_helper.rb