Sha256: ae11b0fbf08792f222486150da3da26aa9584cb36f99c1b49476b42d162b023f
Contents?: true
Size: 232 Bytes
Versions: 8
Compression:
Stored size: 232 Bytes
Contents
guard :rspec, :cmd => 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/homesick/.*\.rb}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
8 entries across 8 versions & 1 rubygems