Sha256: b012eab5cd8173a960fd6e3675ffe50f6eb1badf928117e28112011c062e4578

Contents?: true

Size: 355 Bytes

Versions: 21

Compression:

Stored size: 355 Bytes

Contents

require "rubygems"
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

21 entries across 21 versions & 12 rubygems

Version Path
diabolo-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
dstrelau-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
revo-webrat-0.7.0.1 spec/integration/sinatra/test/test_helper.rb
davidtrogers-webrat-0.7.0 spec/integration/sinatra/test/test_helper.rb
revo-webrat-0.7.0 spec/integration/sinatra/test/test_helper.rb
revo-webrat-0.7.1.pre spec/integration/sinatra/test/test_helper.rb
webrat-0.7.0 spec/integration/sinatra/test/test_helper.rb
honkster-webrat-0.6.0.10 spec/integration/sinatra/test/test_helper.rb
honkster-webrat-0.6.0.9 spec/integration/sinatra/test/test_helper.rb
darkofabijan-webrat-0.6.1 spec/integration/sinatra/test/test_helper.rb
kbaum-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
kbaum-webrat-0.6.1.pre spec/integration/sinatra/test/test_helper.rb
cynergy-webrat-0.6.0 spec/integration/sinatra/test/test_helper.rb
webrat-0.6.0 spec/integration/sinatra/test/test_helper.rb
radar-webrat-0.5.1.1 spec/integration/sinatra/test/test_helper.rb
radar-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
mkuklis-webrat-0.5.1 spec/integration/sinatra/test/test_helper.rb
emipair-webrat-0.5.3 spec/integration/sinatra/test/test_helper.rb
honkster-webrat-0.6.0 spec/integration/sinatra/test/test_helper.rb
webrat-0.5.3 spec/integration/sinatra/test/test_helper.rb