Sha256: 66c314c279f5905472442cd0fd6f69caec6fc4f5a0c78c56ae268d0bfda27272
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'pry' require 'rformat' # 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 SPECS = File.expand_path(File.dirname(__FILE__)) ROOT = File.expand_path('../', SPECS)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rformat-0.1.2 | spec/spec_helper.rb |
rformat-0.1.1 | spec/spec_helper.rb |
rformat-0.1.0 | spec/spec_helper.rb |