Skip to content

Commit

Permalink
Update fixtures reference in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Apr 18, 2017
1 parent 7579742 commit 24b58ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/unit/hanami/utils/file_list_spec.rb
Expand Up @@ -3,11 +3,11 @@
RSpec.describe Hanami::Utils::FileList do
describe '.[]' do
it 'returns consistent file list across operating systems' do
list = Hanami::Utils::FileList['test/fixtures/file_list/*.rb']
list = Hanami::Utils::FileList['spec/support/fixtures/file_list/*.rb']
expect(list).to eq [
'test/fixtures/file_list/a.rb',
'test/fixtures/file_list/aa.rb',
'test/fixtures/file_list/ab.rb'
'spec/support/fixtures/file_list/a.rb',
'spec/support/fixtures/file_list/aa.rb',
'spec/support/fixtures/file_list/ab.rb'
]
end
end
Expand Down

0 comments on commit 24b58ee

Please sign in to comment.