diff --git a/Rakefile b/Rakefile index cbe8f28..01b2a31 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ task :default => [:test] desc 'Run RSpec' RSpec::Core::RakeTask.new(:test) do |t| - t.pattern = 'spec/{unit,functions}/**/*.rb' + t.pattern = 'spec/{unit}/**/*.rb' t.rspec_opts = ['--color'] end