summaryrefslogtreecommitdiff
path: root/vendor/gems/omniauth-salesforce/Guardfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/omniauth-salesforce/Guardfile')
-rwxr-xr-xvendor/gems/omniauth-salesforce/Guardfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/gems/omniauth-salesforce/Guardfile b/vendor/gems/omniauth-salesforce/Guardfile
new file mode 100755
index 00000000000..2aaba26cc43
--- /dev/null
+++ b/vendor/gems/omniauth-salesforce/Guardfile
@@ -0,0 +1,10 @@
+guard 'rspec', :version => 2 do
+ watch(%r{^spec/.+_spec\.rb$})
+ watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
+ watch('spec/spec_helper.rb') { "spec" }
+end
+
+guard 'bundler' do
+ watch('Gemfile')
+ watch('omniauth-salesforce.gemspec')
+end