mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
added webclient_cert_common_name
This commit is contained in:
parent
d66001f8d9
commit
45ab4ce2fa
3 changed files with 10 additions and 3 deletions
|
@ -9,7 +9,8 @@ group :red_green_refactor, halt_on_fail: true do
|
|||
# watch(%r{^(config|lib)/.*})
|
||||
# end
|
||||
|
||||
guard :rspec, cmd: 'spring rspec --fail-fast', notification: false do
|
||||
# guard :rspec, cmd: 'spring rspec --fail-fast', notification: false do
|
||||
guard :rspec, cmd: 'spring rspec', notification: false do
|
||||
watch(%r{^spec/.+_spec\.rb$})
|
||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
|
||||
watch('spec/spec_helper.rb') { "spec" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue