Sha256: 24013e0ff4b4c7286f2752b2d7470344bb88d74ba7a95b084faa891135f39167

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

# More info at https://github.com/guard/guard#readme

guard 'rspec', all_on_start: false, cmd: "bundle exec rspec" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/active_admin-magicfields/(.+)\.rb$})     { |m| "spec/unit/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/" }
  watch('spec/rails_helper.rb')  { "spec/" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin-magicfields-0.4.2 Guardfile
activeadmin-magicfields-0.4.1 Guardfile
activeadmin-magicfields-0.4.0 Guardfile