-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When I do a rspec on an unmodified clone of your repository, I get the following errors:
Failures:
1) Assets should return all sounds
Failure/Error: r.should include(@sounds_file.gsub('assets/', ''))
expected [] to include "sounds/fold/secret1.mp3"
# ./spec/lib/entityjs/assets_spec.rb:31
2) Assets should return all assets
Failure/Error: r.should include(@sounds_file.gsub('assets/',''))
expected [] to include "sounds/fold/secret1.mp3"
# ./spec/lib/entityjs/assets_spec.rb:38
Finished in 3.97 seconds
60 examples, 2 failures, 1 pending
Did I do anything wrong ?
Metadata
Metadata
Assignees
Labels
No labels