Sha256: e316db1c33a35909bc47a8781a06e6e8d5c77e93bf92166fbaa476cca6001f3d

Contents?: true

Size: 241 Bytes

Versions: 47

Compression:

Stored size: 241 Bytes

Contents

$LOAD_PATH << File.join(File.dirname(__FILE__), '../lib')

require 'test_app'
require 'rspec'

# require spec support files and shared behavior
Dir[File.expand_path('../{support,shared}/**/*.rb', __FILE__)].each do |file|
  require file
end

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
mutant-0.8.5 test_app/spec/spec_helper.rb
mutant-0.8.4 test_app/spec/spec_helper.rb
mutant-0.8.3 test_app/spec/spec_helper.rb
mutant-0.8.2 test_app/spec/spec_helper.rb
mutant-0.8.1 test_app/spec/spec_helper.rb
mutant-0.8.0 test_app/spec/spec_helper.rb
mutant-0.7.9 test_app/spec/spec_helper.rb