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-7.9.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.8.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.7.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.6.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.5.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.4.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-7.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.10.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.9.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.6.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.5.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.4.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.2.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-6.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb