Sha256: 129ad14d6ec660cedf627dd928e039b3df9feb5e27a7f4df9f19950bbf2157bc

Contents?: true

Size: 361 Bytes

Versions: 13

Compression:

Stored size: 361 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'loop_dance'

# 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

13 entries across 13 versions & 1 rubygems

Version Path
loop_dance-0.5.3 spec/spec_helper.rb
loop_dance-0.4.6 spec/spec_helper.rb
loop_dance-0.4.5 spec/spec_helper.rb
loop_dance-0.4.4 spec/spec_helper.rb
loop_dance-0.4.3 spec/spec_helper.rb
loop_dance-0.4.1 spec/spec_helper.rb
loop_dance-0.4.0 spec/spec_helper.rb
loop_dance-0.3.1 spec/spec_helper.rb
loop_dance-0.2.5 spec/spec_helper.rb
loop_dance-0.2.4 spec/spec_helper.rb
loop_dance-0.2.3 spec/spec_helper.rb
loop_dance-0.2.2 spec/spec_helper.rb
loop_dance-0.2.0 spec/spec_helper.rb