Sha256: cf2e894f4cbacdf8750b5ef0d451dce8c3ecec757206c92f31c34745eb3925a6
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
require 'rspec' require 'guard/haml' RSpec.configure do |config| config.color_enabled = true config.filter_run :focus => true config.run_all_when_everything_filtered = true config.before(:each) do ENV["GUARD_ENV"] = 'test' @fixture_path = Pathname.new "#{Bundler.root}/spec/fixtures" @lib_path = Pathname.new "#{Bundler.root}/lib" end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
guard-haml-0.5 | spec/spec_helper.rb |
guard-haml-ext-0.6 | spec/spec_helper.rb |