Sha256: df2f792d730286538d7ab8c66ada96a3e1c0db9e4888e0b2eed76e19b58f2b3f

Contents?: true

Size: 427 Bytes

Versions: 11

Compression:

Stored size: 427 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 'tickly'

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tickly-2.1.0 test/helper.rb
tickly-2.0.0 test/helper.rb
tickly-1.0.0 test/helper.rb
tickly-0.0.8 test/helper.rb
tickly-0.0.7 test/helper.rb
tickly-0.0.6 test/helper.rb
tickly-0.0.5 test/helper.rb
tickly-0.0.4 test/helper.rb
tickly-0.0.3 test/helper.rb
tickly-0.0.2 test/helper.rb
tickly-0.0.1 test/helper.rb