Sha256: 0107c29a21a2e27f1df0a63b554b21acab556f1f5a232c1dc3e576c47c83c28c

Contents?: true

Size: 213 Bytes

Versions: 6

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

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

6 entries across 6 versions & 1 rubygems

Version Path
rails-auth-3.2.0 Guardfile
rails-auth-3.1.0 Guardfile
rails-auth-3.0.0 Guardfile
rails-auth-2.2.2 Guardfile
rails-auth-2.2.1 Guardfile
rails-auth-2.2.0 Guardfile