diff --git a/.rspec b/.rspec index 5235a91c..83e16f80 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,2 @@ --color --require spec_helper ---pattern spec/hamlit/**{,/\*/\*\*\}/\*_spec.rb diff --git a/Rakefile b/Rakefile index 7805666b..b86947b6 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ end desc 'Run RSpec code examples' task :spec do - system('bundle exec rspec') + system('bundle exec rspec --pattern spec/hamlit/**{,/\*/\*\*\}/\*_spec.rb') end namespace :rails do