From 6617833c2e71aaf9391062777dbbf7476ab72e3c Mon Sep 17 00:00:00 2001 From: tduehr Date: Tue, 21 Jan 2014 16:16:46 -0600 Subject: correct spec task dependency --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1