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

Version Path
homesick-1.1.6 Guardfile
homesick-1.1.5 Guardfile
homesick-1.1.4 Guardfile
homesick-1.1.3 Guardfile
homesick-1.1.2 Guardfile
homesick-1.1.1 Guardfile
homesick-1.1.0 Guardfile
homesick-1.0.0 Guardfile