Skip to content

Commit

Permalink
Stop tests/coverage from being run twice
Browse files Browse the repository at this point in the history
The tests were being run twice previously. The first time they run normally, but the second time the test framework appears to run again with zero tests. This wasn't really a huge problem when running just the tests, but prevented coverage from being generated as the second zero tests run would overwrite the coverage output.
This change prevents this.
  • Loading branch information
ethancrawford committed Oct 28, 2016
1 parent f59929d commit 948d9dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/server/sonicpi/Rakefile
@@ -1,5 +1,4 @@
# encoding: utf-8
require_relative './test/setup_test.rb'
require_relative "../core"
require 'rake'

Expand Down

0 comments on commit 948d9dd

Please sign in to comment.