Sha256: 630067091bc94ed68d8b3edd8265765569e39616989ce725381c5aa157cee034

Contents?: true

Size: 460 Bytes

Versions: 72

Compression:

Stored size: 460 Bytes

Contents

# -*- encoding : utf-8 -*-
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

72 entries across 72 versions & 1 rubygems

Version Path
inline_forms-1.6.17 test/helper.rb
inline_forms-1.6.16 test/helper.rb
inline_forms-1.6.15 test/helper.rb
inline_forms-1.6.12 test/helper.rb
inline_forms-1.6.11 test/helper.rb
inline_forms-1.6.10 test/helper.rb
inline_forms-1.6.9 test/helper.rb
inline_forms-1.6.8 test/helper.rb
inline_forms-1.6.7 test/helper.rb
inline_forms-1.6.6 test/helper.rb
inline_forms-1.6.5 test/helper.rb
inline_forms-1.6.4 test/helper.rb
inline_forms-1.6.3 test/helper.rb
inline_forms-1.6.2 test/helper.rb
inline_forms-1.6.1 test/helper.rb
inline_forms-1.6.0 test/helper.rb
inline_forms-1.5.9 test/helper.rb
inline_forms-1.5.8 test/helper.rb
inline_forms-1.5.7 test/helper.rb
inline_forms-1.5.6 test/helper.rb