Sha256: 147a73c89bc91fb93ad300aca4ea98238d9e04a7ac2b887371d76e6ce649410b

Contents?: true

Size: 238 Bytes

Versions: 13

Compression:

Stored size: 238 Bytes

Contents

# encoding: utf-8
require 'test_app'
require 'rspec'

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


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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mutant-0.3.0.beta14 test_app/spec/spec_helper.rb
mutant-0.3.0.beta13 test_app/spec/spec_helper.rb
mutant-0.3.0.beta12 test_app/spec/spec_helper.rb
mutant-0.3.0.beta11 test_app/spec/spec_helper.rb
mutant-0.3.0.beta10 test_app/spec/spec_helper.rb
mutant-0.3.0.beta9 test_app/spec/spec_helper.rb
mutant-0.3.0.beta8 test_app/spec/spec_helper.rb
mutant-0.3.0.beta7 test_app/spec/spec_helper.rb
mutant-0.3.0.beta6 test_app/spec/spec_helper.rb
mutant-0.3.0.beta5 test_app/spec/spec_helper.rb
mutant-0.3.0.beta4 test_app/spec/spec_helper.rb
mutant-0.3.0.beta3 test_app/spec/spec_helper.rb
mutant-0.3.0.beta2 test_app/spec/spec_helper.rb