Sha256: 2ce1572e0a7662a958b6bf926313604bffb7f7a724eb44e13284af19237538ad

Contents?: true

Size: 336 Bytes

Versions: 15

Compression:

Stored size: 336 Bytes

Contents

Dir.chdir File.join(File.dirname(__FILE__), '..', '..')

require 'spec/autorun'
require 'lib/blueprints'
require 'spec/no_db/fixtures/fruit'

Spec::Runner.configure do |config|
  config.mock_with :mocha
  config.enable_blueprints :root => File.expand_path(File.join(File.dirname(__FILE__))), :prebuild => :big_cherry, :orm => :none
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
blueprints-0.6.3 spec/no_db/spec_helper.rb
blueprints-0.6.2 spec/no_db/spec_helper.rb
blueprints-0.6.1 spec/no_db/spec_helper.rb
blueprints-0.6.0 spec/no_db/spec_helper.rb
blueprints-0.5.1 spec/no_db/spec_helper.rb
blueprints-0.5.0 spec/no_db/spec_helper.rb
blueprints-0.4.2 spec/no_db/spec_helper.rb
blueprints-0.4.1 spec/no_db/spec_helper.rb
blueprints-0.4.0 spec/no_db/spec_helper.rb
blueprints-0.3.4 spec/no_db/spec_helper.rb
blueprints-0.3.3 spec/no_db/spec_helper.rb
blueprints-0.3.2 spec/no_db/spec_helper.rb
blueprints-0.3.1 spec/no_db/spec_helper.rb
blueprints-0.3.0 spec/no_db/spec_helper.rb
blueprints-0.2.4 spec/no_db/spec_helper.rb