Skip to content

Commit 2260f83

Browse files
committed
Updates spec for files
1 parent 42101b6 commit 2260f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/package_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
end
112112

113113
describe 'files' do
114-
it 'should return all the files within the app folder excluding files in tmp folder' do
114+
it 'should return all the files within the app folder excluding files in tmp and vendor folder' do
115115
files = %w[app.css app.js assets/logo-small.png assets/logo.png lib/a.js lib/a.txt
116116
lib/nested/b.js manifest.json templates/layout.hdbs translations/en.json translations/nl.json]
117117
expect(@package.files.map(&:relative_path)).to match_array(files)

0 commit comments

Comments
 (0)