Sha256: 51ddff9a7eda32e053c1a9bbde6ae01b2fa2f4b05c2aa80aaa15404a80298975

Contents?: true

Size: 430 Bytes

Versions: 21

Compression:

Stored size: 430 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'webrobots'

class Test::Unit::TestCase
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
webrobots-0.1.1 test/helper.rb
webrobots-0.1.0 test/helper.rb
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/webrobots-0.0.13/test/helper.rb
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/webrobots-0.0.13/test/helper.rb
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/webrobots-0.0.13/test/helper.rb
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/webrobots-0.0.13/test/helper.rb
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/webrobots-0.0.13/test/helper.rb
domo-0.0.5 vendor/bundle/ruby/1.9.1/gems/webrobots-0.0.13/test/helper.rb
webrobots-0.0.13 test/helper.rb
webrobots-0.0.12 test/helper.rb
webrobots-0.0.11 test/helper.rb
webrobots-0.0.10 test/helper.rb
webrobots-0.0.9 test/helper.rb
webrobots-0.0.8 test/helper.rb
webrobots-0.0.7 test/helper.rb
webrobots-0.0.6 test/helper.rb
webrobots-0.0.5 test/helper.rb
webrobots-0.0.4 test/helper.rb
webrobots-0.0.3 test/helper.rb
webrobots-0.0.2 test/helper.rb