Sha256: 390fe8659179b675b85a3051f432ddbf0611ffac7864330d633e861ceb9b4afa

Contents?: true

Size: 296 Bytes

Versions: 4

Compression:

Stored size: 296 Bytes

Contents

# A sample Guardfile
# More info at http://github.com/guard/guard#readme

guard 'rspec', :version => 2 do
  watch('^spec/(.*)_spec.rb')
  watch('^lib/oauth/(.*)\.rb')                              { |m| "spec/#{m[1]}_spec.rb" }
  watch('^spec/spec_helper.rb')                       { "spec" }
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
oauth-plugin-0.4.0.pre6 Guardfile
oauth-plugin-0.4.0.pre5 Guardfile
insrc-oauth-plugin-0.4.0.pre6 Guardfile
insrc-oauth-plugin-0.4.0.pre5 Guardfile