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.3.24 test/helper.rb
inline_forms-1.3.23 test/helper.rb
inline_forms-1.3.22 test/helper.rb
inline_forms-1.3.21 test/helper.rb
inline_forms-1.3.20 test/helper.rb
inline_forms-1.3.19 test/helper.rb
inline_forms-1.3.18 test/helper.rb
inline_forms-1.3.17 test/helper.rb
inline_forms-1.3.16 test/helper.rb
inline_forms-1.3.15 test/helper.rb
inline_forms-1.3.14 test/helper.rb
inline_forms-1.3.13 test/helper.rb