Codebase list ruby-omniauth-auth0 / upstream/2.6.0 Guardfile
upstream/2.6.0

Tree @upstream/2.6.0 (Download .tar.gz)

Guardfile @upstream/2.6.0raw · history · blame

1
2
3
4
5
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