Sha256: 0b727ce237148e3a913a5c852bbeead788e34f627a49f41a2a93c49fa1fe48c4

Contents?: true

Size: 272 Bytes

Versions: 15

Compression:

Stored size: 272 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/" }
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
activeadmin-0.4.4 Guardfile
activeadmin-0.4.3 Guardfile
activeadmin-0.4.2 Guardfile
activeadmin-0.4.1 Guardfile
activeadmin-0.4.0 Guardfile
andrewroth_activeadmin-0.3.4.4 Guardfile
andrewroth_activeadmin-0.3.4.3 Guardfile
andrewroth_activeadmin-0.3.4.2 Guardfile
andrewroth_activeadmin-0.3.4.1 Guardfile
andrewroth_activeadmin-0.3.4 Guardfile
activeadmin-0.3.4 Guardfile
activeadmin-0.3.3 Guardfile
activeadmin-0.3.2 Guardfile
activeadmin-0.3.1 Guardfile
activeadmin-0.3.0 Guardfile