Sha256: 471ffea45f36dad2d447f380c771ead63c479fe0399f7cdf25703448e8af46e8
Contents?: true
Size: 316 Bytes
Versions: 25
Compression:
Stored size: 316 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard 'rspec', :all_on_start => false, :version => 2 do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/active_admin/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec/" } watch('spec/rails_helper.rb') { "spec/" } end
Version data entries
25 entries across 25 versions & 4 rubygems