Sha256: dd39c6baf707ea99429968a9fb8b643308858b4474f7804bd4368d179bb4f461

Contents?: true

Size: 305 Bytes

Versions: 6

Compression:

Stored size: 305 Bytes

Contents

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

  watch(%r{^spec/dummy/app/controllers/(.+_controller)\.rb$}) { |m| "spec/dummy/spec/controllers/#{m[1]}_spec.rb" }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
json_schema_rails-0.2.1 Guardfile
json_schema_rails-0.2.0 Guardfile
json_schema_rails-0.1.0 Guardfile
json_schema_rails-0.0.3 Guardfile
json_schema_rails-0.0.2 Guardfile
json_schema_rails-0.0.1 Guardfile