Sha256: d82cc2229b5da9f27f97829aa949c79bc0240d87c4b192a39d0b7c61e566d5f2

Contents?: true

Size: 434 Bytes

Versions: 15

Compression:

Stored size: 434 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 'awesome_flags'

class Test::Unit::TestCase
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
awesome_flags-2.2.1 test/helper.rb
awesome_flags-2.2.0 test/helper.rb
awesome_flags-2.1.2 test/helper.rb
awesome_flags-2.1.1 test/helper.rb
awesome_flags-2.1.0 test/helper.rb
awesome_flags-1.7.0 test/helper.rb
awesome_flags-1.6.3 test/helper.rb
awesome_flags-1.6.2 test/helper.rb
awesome_flags-1.6.0 test/helper.rb
awesome_flags-1.5.0 test/helper.rb
awesome_flags-1.4.0 test/helper.rb
awesome_flags-1.3.0 test/helper.rb
awesome_flags-1.2.0 test/helper.rb
awesome_flags-1.1.0 test/helper.rb
awesome_flags-1.0.0 test/helper.rb