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.5.5 test/helper.rb
inline_forms-1.5.4 test/helper.rb
inline_forms-1.5.3 test/helper.rb
inline_forms-1.5.2 test/helper.rb
inline_forms-1.5.1 test/helper.rb
inline_forms-1.5.0 test/helper.rb
inline_forms-1.4.9 test/helper.rb
inline_forms-1.4.8 test/helper.rb
inline_forms-1.4.7 test/helper.rb
inline_forms-1.4.6 test/helper.rb
inline_forms-1.4.5 test/helper.rb
inline_forms-1.4.4 test/helper.rb
inline_forms-1.4.3 test/helper.rb
inline_forms-1.4.2 test/helper.rb
inline_forms-1.4.1 test/helper.rb
inline_forms-1.4.0 test/helper.rb
inline_forms-1.3.49 test/helper.rb
inline_forms-1.3.48 test/helper.rb
inline_forms-1.3.47 test/helper.rb
inline_forms-1.3.45 test/helper.rb