From f53ad53806127d682ad4ebbf3d21cc3cfb9f71c5 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 14 Apr 2015 21:54:43 +0000 Subject: [PATCH] Refactor `spec' rake task declaration --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a211187..51b7d79 100644 --- a/Rakefile +++ b/Rakefile @@ -5,4 +5,4 @@ task default: %i[features spec] Cucumber::Rake::Task.new(:features) -RSpec::Core::RakeTask.new(:spec) +RSpec::Core::RakeTask.new