Skip to content

Commit

Permalink
run backend tests when client internals change
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Nov 18, 2014
1 parent 41776bc commit 30641bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
guard :rspec, cmd: 'bundle exec rspec', all_after_pass: true, all_on_start: true do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/riak/(.+)\.rb$}) { |m| "spec/riak/#{m[1]}_spec.rb" }
watch(%r{^lib/riak/client/}) { 'spec/riak/beefcake_protobuffs_backend' }
watch('spec/spec_helper.rb') { "spec" }

watch(/^spec\/integration/) { 'spec:integration' }
Expand Down

0 comments on commit 30641bd

Please sign in to comment.