summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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