Sha256: e824f350e182af4f0901f3d000aa540de2d5cd9334b6a0c9005c069a805ca602
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 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 end Blueprints.enable do |config| config.root = File.expand_path(File.join(File.dirname(__FILE__))) config.prebuild = :big_cherry config.orm = nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blueprints-0.7.3 | spec/no_db/spec_helper.rb |
blueprints-0.7.2 | spec/no_db/spec_helper.rb |
blueprints-0.7.1 | spec/no_db/spec_helper.rb |