Sha256: d2d84607189c28a37a38ca3742021c738e5cf4782a1f57759753a3aea199062f
Contents?: true
Size: 402 Bytes
Versions: 24
Compression:
Stored size: 402 Bytes
Contents
gemset = ENV['RVM_GEMSET'] || 'webmachine' gemset = "@#{gemset}" unless gemset.to_s == '' rvms = %W[ 1.9.2 ].map {|v| "#{v}#{gemset}" } guard 'rspec', :cli => "--color --profile", :growl => true, :rvm => rvms do watch(%r{^lib/webmachine/locale/.+$}) { "spec" } watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}){ |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
24 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
webmachine-0.3.0 | pkg/webmachine-0.2.0/pkg/webmachine-0.1.0/Guardfile |
webmachine-0.2.0 | Guardfile |
webmachine-0.2.0 | pkg/webmachine-0.1.0/Guardfile |
webmachine-0.1.0 | Guardfile |