Sha256: 9671daa5bea0bf6d58ac854e0cec864c64821a8218cd4c21b3502c6a9b5f00b3
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
require 'capybara/rspec' require 'bundler/setup' Bundler.require(:default, :test) require (Pathname.new(__FILE__).dirname + '../lib/firestarter').expand_path Dir['./spec/support/**/*.rb'].each { |file| require file } RSpec.configure do |config| config.include FirestarterTestHelpers config.before(:all) do create_tmp_directory end config.before(:each) do drop_dummy_database remove_project_directory end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gb-firestarter-0.3.1 | spec/spec_helper.rb |
gb-firestarter-0.3.0 | spec/spec_helper.rb |
gb-firestarter-0.2.0 | spec/spec_helper.rb |
gb-firestarter-0.1.0 | spec/spec_helper.rb |