Sha256: fbcbd6330cf39156e1bf27b7810bd1ff0fad7a7d1d54620e16829b342d3967f3
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 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(File.expand_path('../fixtures/', __FILE__)) @lib_path = Pathname.new(File.expand_path('../../lib/', __FILE__)) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
guard-haml-0.4 | spec/spec_helper.rb |
guard-haml-0.3.3 | spec/spec_helper.rb |
guard-haml-0.3.2 | spec/spec_helper.rb |
guard-haml-0.3.1 | spec/spec_helper.rb |
guard-haml-0.3.0 | spec/spec_helper.rb |