Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Oct 11, 2016
1 parent c870d23 commit 3539d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,10 @@ The test file pattern config option supports any glob pattern handled by [`Dir.g

```ruby
# good
require 'spec_helper'
require_relative 'spec_helper'

# bad - won't work
require_relative 'spec_helper'
require 'spec_helper'
```

### How to update existing knapsack report for a few test files?
Expand Down

0 comments on commit 3539d3b

Please sign in to comment.