Sha256: 0aee11a19c9327438ab46528159986e42d01f0a08aee6742c1a83b3dd548628f

Contents?: true

Size: 368 Bytes

Versions: 10

Compression:

Stored size: 368 Bytes

Contents

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

# 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

10 entries across 10 versions & 1 rubygems

Version Path
consadole_aggregator-0.1.9 spec/spec_helper.rb
consadole_aggregator-0.1.8 spec/spec_helper.rb
consadole_aggregator-0.1.7 spec/spec_helper.rb
consadole_aggregator-0.1.6 spec/spec_helper.rb
consadole_aggregator-0.1.5 spec/spec_helper.rb
consadole_aggregator-0.1.4 spec/spec_helper.rb
consadole_aggregator-0.1.3 spec/spec_helper.rb
consadole_aggregator-0.1.2 spec/spec_helper.rb
consadole_aggregator-0.1.1 spec/spec_helper.rb
consadole_aggregator-0.1.0 spec/spec_helper.rb