Sha256: 272bd4547071767500ed1b2ab20a237375576bd185c043071fe7112511ff4bf5

Contents?: true

Size: 371 Bytes

Versions: 7

Compression:

Stored size: 371 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'simple_model'
require 'spec'



# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}


Spec::Runner.configure do |config|


end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple_model-0.1.6 spec/spec_helper.rb
simple_model-0.1.5 spec/spec_helper.rb
simple_model-0.1.4 spec/spec_helper.rb
simple_model-0.1.3 spec/spec_helper.rb
simple_model-0.1.2 spec/spec_helper.rb
simple_model-0.1.1 spec/spec_helper.rb
simple_model-0.1.0 spec/spec_helper.rb