Sha256: 0cf2aa37b537c5247a9b8805a5681baf6e56c88397b40c4ea36a630398aa1ccd

Contents?: true

Size: 359 Bytes

Versions: 23

Compression:

Stored size: 359 Bytes

Contents

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

# 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

23 entries across 23 versions & 1 rubygems

Version Path
smshelper-0.4.12 spec/spec_helper.rb
smshelper-0.4.11 spec/spec_helper.rb
smshelper-0.4.10 spec/spec_helper.rb
smshelper-0.4.9 spec/spec_helper.rb
smshelper-0.4.8 spec/spec_helper.rb
smshelper-0.4.7 spec/spec_helper.rb
smshelper-0.4.6 spec/spec_helper.rb
smshelper-0.4.5 spec/spec_helper.rb
smshelper-0.4.0 spec/spec_helper.rb
smshelper-0.3.1 spec/spec_helper.rb
smshelper-0.3.0 spec/spec_helper.rb
smshelper-0.2.10 spec/spec_helper.rb
smshelper-0.2.9 spec/spec_helper.rb
smshelper-0.2.8 spec/spec_helper.rb
smshelper-0.2.7 spec/spec_helper.rb
smshelper-0.2.6 spec/spec_helper.rb
smshelper-0.2.5 spec/spec_helper.rb
smshelper-0.2.4 spec/spec_helper.rb
smshelper-0.2.3 spec/spec_helper.rb
smshelper-0.2.2 spec/spec_helper.rb