Remove specs for haml views

This commit is contained in:
Thibault Jouan
2015-05-01 11:08:47 +00:00
parent b25fbaac5e
commit 10d4da2822
8 changed files with 1 additions and 199 deletions

View File

@@ -18,11 +18,11 @@ guard :rspec, cmd: 'bundle exec rspec --drb -f doc' do
watch('spec/factories.rb') { 'spec' }
watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch(%r{^app/(.+)\.haml$}) { |m| "spec/#{m[1]}.haml_spec.rb" }
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('app/controllers/application_controller.rb') { 'spec/controllers' }
watch(%r{^app/views/}) { 'spec/features' }
watch(%r{^app/views/layouts/}) { 'spec/integration' }
watch(%r{^app/views/(.+)/(?:[^/]+).rabl}) do |m|