Sha256: 7473818664532c7909eb20caa45923de0fc41fc9d1a766b9558e207d45dce5a5
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
require 'spec_helper' RSpec.configure do |config| config.global_fixtures = :all config.fixture_path = "fixtures" config.before(:suite) do puts 'before suite' end # after each spec with js, turn transactional fixtures back on # rebuild fixtures config.after(:each, js: true) do puts 'after' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forecast-0.0.9 | spec/spec_helper.rb |
forecast-0.0.8 | spec/spec_helper.rb |