Sha256: 0900a740953fddea2a00d13293d377762efe6c696f14a26af09c33765abcb6da

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

#!/usr/bin/env sh
cd spec/dummy && echo "bundle install" && bundle install --without debug && echo "rake db:create" && bundle exec rake db:create && echo "rake db:migrate" && bundle exec rake db:migrate && rm -rf app/models/meta_reports/color.rb app/views/meta_reports && bundle exec rails g meta_reports:install_templates && cd ../../ && echo "rspec spec" && bundle exec rspec spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
meta_reports-0.1.3 spec/ci.sh
meta_reports-0.1.2 spec/ci.sh
meta_reports-0.1.1 spec/ci.sh
meta_reports-0.1.0 spec/ci.sh