Sha256: 1a64d71b3479da01b12d9b88d2b83ed06ec1c052d158ce42ee3d7bf62821f44a

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

guard :rspec, cmd: "NO_COVERAGE=true bundle exec rspec --format documentation" do
  watch %r(^spec/.+_spec\.rb$)
  watch(%r(^lib/(.+)\.rb$)) { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch("spec/spec_helper.rb") { "spec" }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubysmith-4.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.0.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.8.0 lib/rubysmith/templates/%project_name%/Guardfile.erb