Sha256: 703ee55570f496e6b5bc8df5bc9d427add9de4ced34c54d838717bb0806e174e

Contents?: true

Size: 184 Bytes

Versions: 13

Compression:

Stored size: 184 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

13 entries across 13 versions & 1 rubygems

Version Path
omniauth-auth0-3.1.1 Guardfile
omniauth-auth0-3.1.0 Guardfile
omniauth-auth0-3.0.0 Guardfile
omniauth-auth0-2.6.0 Guardfile
omniauth-auth0-2.5.0 Guardfile
omniauth-auth0-2.4.2 Guardfile
omniauth-auth0-2.4.1 Guardfile
omniauth-auth0-2.4.0 Guardfile
omniauth-auth0-2.3.1 Guardfile
omniauth-auth0-2.3.0 Guardfile
omniauth-auth0-2.2.0 Guardfile
omniauth-auth0-2.1.0 Guardfile
omniauth-auth0-2.0.0 Guardfile