Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 5b0f135

Browse files
committed
redefining spec means rake spec runs tests twice fixes #1180
1 parent 80a93a6 commit 5b0f135

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/tasks/spec.rake

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ require 'ci/reporter/rake/rspec'
33

44
REPORT_PATH = "spec/reports"
55

6-
RSpec::Core::RakeTask.new(:spec, :tag) do |t, task_args|
7-
t.rspec_opts = "--tag #{task_args[:tag]}" unless task_args[:tag].nil?
8-
end
9-
106
RSpec::Core::RakeTask.new(:cispec) do |t|
117
t.rspec_opts = "--tag ~integration"
128
end

0 commit comments

Comments
 (0)