diff --git a/Rakefile b/Rakefile index d7197692..69f18bb7 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rspec/core' require "rspec/core/rake_task" RSpec::Core::RakeTask.new do |t| - t.pattern = "./**/*_spec.rb" + t.pattern = "spec/**/*_spec.rb" t.ruby_opts = "-w" end