Guardfile in key-vortex-0.2.5 vs Guardfile in key-vortex-1.0.0

- old
+ new

@@ -24,9 +24,15 @@ # * spring: 'bin/rspec' (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 separately) # * 'just' rspec: 'rspec' +guard "yard" do + watch(%r{app/.+\.rb}) + watch(%r{lib/.+\.rb}) + watch(%r{ext/.+\.c}) +end + group :red_green_refactor, halt_on_fail: true do guard :rspec, cmd: "bundle exec rspec", failed_mode: :focus, all_on_pass: true do require "guard/rspec/dsl" dsl = Guard::RSpec::Dsl.new(self)