Sha256: 369d0d4ed9ba0174b8c51c9c29384ffea24fad622e75c02b39ec1f00211b9def

Contents?: true

Size: 433 Bytes

Versions: 122

Compression:

Stored size: 433 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 'inline_forms'

class Test::Unit::TestCase
end

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
inline_forms-1.3.12 test/helper.rb
inline_forms-1.3.11 test/helper.rb
inline_forms-1.3.10 test/helper.rb
inline_forms-1.3.9 test/helper.rb
inline_forms-1.3.8 test/helper.rb
inline_forms-1.3.7 test/helper.rb
inline_forms-1.3.6 test/helper.rb
inline_forms-1.3.5 test/helper.rb
inline_forms-1.3.4 test/helper.rb
inline_forms-1.3.3 test/helper.rb
inline_forms-1.3.2 test/helper.rb
inline_forms-1.3.1 test/helper.rb
inline_forms-1.3.0 test/helper.rb
inline_forms-1.2.9 test/helper.rb
inline_forms-1.2.8 test/helper.rb
inline_forms-1.2.7 test/helper.rb
inline_forms-1.2.5 test/helper.rb
inline_forms-1.2.4 test/helper.rb
inline_forms-1.2.3 test/helper.rb
inline_forms-1.2.2 test/helper.rb