Sha256: db7d15c4211615318ec154be4b5bce94eb74849c152493da2686fd64545b0046
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
# This code is free software; you can redistribute it and/or modify it under the # terms of the new BSD License. # # Copyright (c) 2009, Sebastian Staudt $: << File.join(File.dirname(__FILE__), '..', 'lib') $: << File.dirname(__FILE__) require 'rubikon' include Rubikon require 'rubygems' require 'shoulda' unless RUBY_VERSION[0..2] == '1.9' begin require 'redgreen'; rescue LoadError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubikon-0.2.1 | test/test_helper.rb |
rubikon-0.2.0 | test/test_helper.rb |