This commit is contained in:
Pistos 2020-09-20 21:27:46 -05:00
parent a5159e8979
commit 3571e66e4d
2 changed files with 1 additions and 4 deletions

View file

@ -25,6 +25,3 @@ DEPENDENCIES
curses (~> 1.3.2)
rake (~> 13.0.1)
rspec (~> 3.9.0)
BUNDLED WITH
1.17.2

View file

@ -27,7 +27,7 @@ RSpec.describe FuzzyFileFinder do
let(:input) { 'lo' }
it "finds the matching files" do
expect(matches).to eq [
expect(matches.sort).to eq [
'/test-files/longer-sample-file.rb',
'/test-files/lorem-ipsum.txt',
]