mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Removed unnecessary documentation
This commit is contained in:
parent
ede426e22e
commit
055daf90b8
2 changed files with 3 additions and 11 deletions
11
Guardfile
11
Guardfile
|
@ -1,14 +1,3 @@
|
|||
# A sample Guardfile
|
||||
# More info at https://github.com/guard/guard#readme
|
||||
|
||||
# Note: The cmd option is now required due to the increasing number of ways
|
||||
# rspec may be run, below are examples of the most common uses.
|
||||
# * bundler: 'bundle exec rspec'
|
||||
# * bundler binstubs: 'bin/rspec'
|
||||
# * spring: 'bin/rsspec' (This will use spring if running and you have
|
||||
# installed the spring binstubs per the docs)
|
||||
# * zeus: 'zeus rspec' (requires the server to be started separetly)
|
||||
# * 'just' rspec: 'rspec'
|
||||
group :red_green_refactor, halt_on_fail:true do
|
||||
guard :rspec, cmd: 'bundle exec rspec' do
|
||||
watch(%r{^spec/.+_spec\.rb$})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue