Sha256: 5b9d16f5659844216dd50f720c0f7d0068d1cbca4b964712e8c1c6e193a8e589

Contents?: true

Size: 214 Bytes

Versions: 38

Compression:

Stored size: 214 Bytes

Contents

guard :rspec, cmd: "NO_COVERAGE=true bin/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

38 entries across 38 versions & 1 rubygems

Version Path
rubysmith-5.9.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.8.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.8.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.7.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.6.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.5.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.4.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-5.0.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.9.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.8.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.7.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.6.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.6.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.5.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-4.4.0 lib/rubysmith/templates/%project_name%/Guardfile.erb