summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 08309ba..344642f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ require 'fileutils'
require 'rbconfig'
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new(:spec) do |config|
+RSpec::Core::RakeTask.new(:spec => :compile) do |config|
config.rspec_opts = YAML.load_file 'spec/spec.opts'
end