We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d3dd0 commit 19fedfaCopy full SHA for 19fedfa
spec/package_spec.rb
@@ -111,7 +111,7 @@
111
end
112
113
describe 'files' do
114
- it 'should return all the files within the app folder excluding files in tmp folder' do
+ it 'should return all the files within the app folder excluding files in tmp and vendor folder' do
115
files = %w[app.css app.js assets/logo-small.png assets/logo.png lib/a.js lib/a.txt
116
lib/nested/b.js manifest.json templates/layout.hdbs translations/en.json translations/nl.json]
117
expect(@package.files.map(&:relative_path)).to match_array(files)
0 commit comments