Sha256: 9bcb2aa49da4ababdb3a25a2222b6fcc35bf96e0c1c533d1bbf2a64bf59a96b3

Contents?: true

Size: 205 Bytes

Versions: 37

Compression:

Stored size: 205 Bytes

Contents

guard :rspec, cmd: "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

37 entries across 37 versions & 1 rubygems

Version Path
rubysmith-3.7.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.6.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.5.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.4.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.0.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-3.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-2.0.2 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-2.0.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-2.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-1.3.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-1.2.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-1.1.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-1.1.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-1.0.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-0.16.1 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-0.16.0 lib/rubysmith/templates/%project_name%/Guardfile.erb
rubysmith-0.15.0 lib/rubysmith/templates/%project_name%/Guardfile.erb