Sha256: 3ce755d32203f7292976814ffc89580f47e3eb362af47ad9e28e0c71d2342f85

Contents?: true

Size: 434 Bytes

Versions: 58

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 'dirty_history'

class Test::Unit::TestCase
end

Version data entries

58 entries across 31 versions & 1 rubygems

Version Path
dirty_history-0.4.5 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.4 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.4 test/helper.rb
dirty_history-0.4.4 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.3 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.3 test/helper.rb
dirty_history-0.4.3 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.4.2 test/helper.rb
dirty_history-0.4.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.3.0 test/helper.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.2.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/test/helper.rb
dirty_history-0.2.0 test/helper.rb
dirty_history-0.1.3 test/helper.rb
dirty_history-0.1.2 test/helper.rb
dirty_history-0.1.1 test/helper.rb