Sha256: cd8e9f8b5a477bc0dd9ad9070cdc8f59a628b571ab8158f17ac28fab1f97bdca
Contents?: true
Size: 342 Bytes
Versions: 3
Compression:
Stored size: 342 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 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
blueprints-0.8.2 | spec/no_db/spec_helper.rb |
blueprints-0.8.1 | spec/no_db/spec_helper.rb |
blueprints-0.8.0 | spec/no_db/spec_helper.rb |