Sha256: ad21e56ec53177ce3428caa4031bd1e3df574f69b60e8c153ab9a768a44ef57d
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'significance' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.alias_it_should_behave_like_to :it_has_behavior, 'has behavior:' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
significance-0.2.1 | spec/spec_helper.rb |
significance-0.2.0 | spec/spec_helper.rb |