Sha256: 328c8d3c436c43055aed3fd80c14b3598ee9da5da067cc08fcf7e18e111ab8ad
Contents?: true
Size: 245 Bytes
Versions: 5
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true guard :minitest do watch(%r{^test/(.*)_test\.rb$}) watch(%r{^lib/(.*)\.rb$}) { |m| "test/#{m[1]}_test.rb" } watch(%r{^lib/(ofx|ofx\/errors)\.rb$}) { "test" } watch(%r{^test/test_helper\.rb$}) { "test" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ofx_ruby-0.0.15 | Guardfile |
ofx_ruby-0.0.14 | Guardfile |
ofx_ruby-0.0.13 | Guardfile |
ofx_ruby-0.0.12 | Guardfile |
ofx_ruby-0.0.11 | Guardfile |