Sha256: 93fcf2b95082daa01b2282122bb13fa2f3525ae8302e31395f2d2b576643e637

Contents?: true

Size: 334 Bytes

Versions: 20

Compression:

Stored size: 334 Bytes

Contents

require "rubygems"
require "test/unit"
# require "redgreen"

require File.dirname(__FILE__) + "/../../../../lib/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

20 entries across 20 versions & 6 rubygems

Version Path
emipair-webrat-0.0.1 spec/integration/sinatra/test/test_helper.rb
hardbap-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
hardbap-webrat-0.5.2 spec/integration/sinatra/test/test_helper.rb
winton-sum-0.1.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
winton-sum-0.1.1 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
sum-0.1.1 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
webrat-0.4.5 spec/integration/sinatra/test/test_helper.rb
webrat-0.5.0 spec/integration/sinatra/test/test_helper.rb
metry-2.0.4 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.0.5 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.1.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.1.1 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.0.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.0.1 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.0.2 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-2.0.3 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-1.0.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-1.0.1 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-1.1.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb
metry-1.2.0 vendor/webrat/spec/integration/sinatra/test/test_helper.rb