Sha256: 2def442611932f0db14e2a9be50636150e4fe1de9983d32ef7874d81cbb1ea41
Contents?: true
Size: 356 Bytes
Versions: 3
Compression:
Stored size: 356 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'ru_pol' # 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| end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ru_pol-0.1.2 | spec/spec_helper.rb |
ru_pol-0.1.1 | spec/spec_helper.rb |
ru_pol-0.1.0 | spec/spec_helper.rb |