Sha256: 222bf664832cc68ee6532034850b7334b158c11f2d25e4d5f3437126de0216a9

Contents?: true

Size: 598 Bytes

Versions: 6

Compression:

Stored size: 598 Bytes

Contents

guard 'rspec', :version => 2, :cli => "--format Fuubar --color --drb --drb-port 9089" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^spec/support/(.+)\.rb$})                  { "spec" }
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

guard 'spork', :wait => 60, :cucumber => false, :rspec_env => { 'RAILS_ENV' => 'test' }, :rspec_port => 9089 do
  watch('config/application.rb')
  watch('config/environment.rb')
  watch(%r{^config/environments/.+\.rb$})
  watch(%r{^config/initializers/.+\.rb$})
  watch('spec/spec_helper.rb')
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dragonfly-ffmpeg-0.1.6 Guardfile
dragonfly-ffmpeg-0.1.5 Guardfile
dragonfly-ffmpeg-0.1.4 Guardfile
dragonfly-ffmpeg-0.1.2 Guardfile
dragonfly-ffmpeg-0.1.1 Guardfile
dragonfly-ffmpeg-0.1.0 Guardfile