Sha256: 098871308c8a5cb2f946358212720b2952ff010a4b363c9b60de8cea950b8083

Contents?: true

Size: 202 Bytes

Versions: 7

Compression:

Stored size: 202 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" }
end

clearing :on

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
oanda_api-0.9.6 Guardfile
oanda_api-0.9.5 Guardfile
oanda_api-0.9.4 Guardfile
oanda_api-0.9.3 Guardfile
oanda_api-0.9.2 Guardfile
oanda_api-0.9.0 Guardfile
oanda_api-0.8.3 Guardfile