Skip to content
Snippets Groups Projects
Commit 74137d95 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

add smoke test

parent 30f17237
No related branches found
No related tags found
No related merge requests found
ruby-jquery-ui-rails (5.0.5-6) unstable; urgency=medium
* Fix typo in links path (Closes: #845645)
* Add a smoke test (test if the assets can be found by sprockets)
-- Pirate Praveen <praveen@debian.org> Fri, 25 Nov 2016 20:17:03 +0530
......
Tests: smoke-test
Depends: @, ruby-bundler, rails
Restrictions: needs-recommends
#!/bin/sh
exec 2>&1
set -ex
cd $ADTTMP
rails new foo
cd foo
cat >> Gemfile <<EOF
gem 'jquery-ui-rails'
EOF
cat >> app/assets/javascripts/application.js <<EOF
# =require jquery-ui
EOF
bundle install --local
bundle exec rake assets:precompile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment