Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Add missing test files in the gemspec.
Browse files Browse the repository at this point in the history
Once sinatra-contrib was packed as a gem, some rspec tests failed
because of missing files in the gemspecs.
  • Loading branch information
Guillaume Bouteille committed Aug 13, 2013
1 parent f8c059c commit ee2ff9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sinatra-contrib.gemspec
Expand Up @@ -66,6 +66,10 @@ Gem::Specification.new do |s|
"spec/content_for/different_key.erubis", "spec/content_for/different_key.erubis",
"spec/content_for/different_key.haml", "spec/content_for/different_key.haml",
"spec/content_for/different_key.slim", "spec/content_for/different_key.slim",
"spec/content_for/footer.erb",
"spec/content_for/footer.erubis",
"spec/content_for/footer.haml",
"spec/content_for/footer.slim",
"spec/content_for/layout.erb", "spec/content_for/layout.erb",
"spec/content_for/layout.erubis", "spec/content_for/layout.erubis",
"spec/content_for/layout.haml", "spec/content_for/layout.haml",
Expand Down Expand Up @@ -105,6 +109,7 @@ Gem::Specification.new do |s|
"spec/reloader_spec.rb", "spec/reloader_spec.rb",
"spec/respond_with/bar.erb", "spec/respond_with/bar.erb",
"spec/respond_with/bar.json.erb", "spec/respond_with/bar.json.erb",
"spec/respond_with/baz.yajl",
"spec/respond_with/foo.html.erb", "spec/respond_with/foo.html.erb",
"spec/respond_with/not_html.sass", "spec/respond_with/not_html.sass",
"spec/respond_with_spec.rb", "spec/respond_with_spec.rb",
Expand Down

0 comments on commit ee2ff9e

Please sign in to comment.