Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fix broken test that fails only on Travis with vendored gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankleyn committed Feb 4, 2015
1 parent 11dd73d commit 2c9d630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/shanty/discoverer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module Shanty
end

it('returns an array of all discovered project templates') do
expect(subject.discover_all.map(&:path)).to match_array(project_paths.values)
expect(subject.discover_all.map(&:path)).to include(*project_paths.values)
end

it('sorts the projects by priority, highest priority first') do
Expand Down

0 comments on commit 2c9d630

Please sign in to comment.