Sha256: f96ba1236650267f25fb9af67113eb600bbd155f420d1eea801960f5043c2f37
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
group :specs do guard :rspec, cmd: 'bundle exec rspec --fail-fast -f doc --color' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^(lib/.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quandl_operation-0.4.2 | Guardfile |
quandl_operation-0.4.2.rc1 | Guardfile |