Sha256: 8175c981d2409f2bf2a4b1412dbadb5a578afb21687cb57b19c67ac345b085ad
Contents?: true
Size: 465 Bytes
Versions: 10
Compression:
Stored size: 465 Bytes
Contents
guard 'rspec', :all_after_pass => true, :all_on_start => true, :cli => '--color' do lib = "lib/engineyard-serverside-adapter" watch(%r{^spec/(.+)_spec\.rb$}) watch(%r{^#{lib}.rb$}) { "spec" } watch(%r{^#{lib}/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^#{lib}/action.rb$}) { "spec" } watch(%r{^#{lib}/command.rb$}) { "spec" } watch(%r{^#{lib}/option.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
10 entries across 10 versions & 1 rubygems