summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 01b2a31..cbe8f28 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}/**/*.rb'
+ t.pattern = 'spec/{unit,functions}/**/*.rb'
t.rspec_opts = ['--color']
end