Sha256: 113c76d3972104d2c717c56a8966c8cd498bb0abfae5a8f008082b53f6bd600a

Contents?: true

Size: 182 Bytes

Versions: 22

Compression:

Stored size: 182 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("spec/spec_helper.rb") { "spec" }
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rails-auth-2.1.4 Guardfile
rails-auth-2.1.3 Guardfile
rails-auth-2.1.2 Guardfile
rails-auth-2.1.1 Guardfile
rails-auth-2.1.0 Guardfile
rails-auth-2.0.3 Guardfile
rails-auth-2.0.2 Guardfile
rails-auth-2.0.1 Guardfile
rails-auth-1.3.0 Guardfile
rails-auth-1.2.0 Guardfile
rails-auth-1.1.0 Guardfile
rails-auth-1.0.0 Guardfile
rails-auth-0.5.3 Guardfile
rails-auth-0.5.2 Guardfile
rails-auth-0.5.1 Guardfile
rails-auth-0.5.0 Guardfile
rails-auth-0.4.1 Guardfile
rails-auth-0.4.0 Guardfile
rails-auth-0.3.0 Guardfile
rails-auth-0.2.0 Guardfile