Sha256: cec49f8882035c8cf727247b9d79bf892f2893c98cc7485dd6aad08d7a9d63b1

Contents?: true

Size: 426 Bytes

Versions: 30

Compression:

Stored size: 426 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 'simon'

class Test::Unit::TestCase
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
my-simon-0.3.11 test/helper.rb
my-simon-0.3.10 test/helper.rb
my-simon-0.3.9 test/helper.rb
my-simon-0.3.8 test/helper.rb
my-simon-0.3.7 test/helper.rb
my-simon-0.3.6 test/helper.rb
my-simon-0.3.5 test/helper.rb
my-simon-0.3.4 test/helper.rb
my-simon-0.3.3 test/helper.rb
my-simon-0.3.2 test/helper.rb
my-simon-0.3.1 test/helper.rb
my-simon-0.3.0 test/helper.rb
my-simon-0.2.7 test/helper.rb
my-simon-0.2.6 test/helper.rb
my-simon-0.2.4 test/helper.rb
my-simon-0.2.3 test/helper.rb
my-simon-0.2.2 test/helper.rb
my-simon-0.2.1 test/helper.rb
my-simon-0.2.0 test/helper.rb
my-simon-0.1.9 test/helper.rb