Sha256: b89db3b7f9fc38aceb4996661549bb8a9b11a5290a64b291f9d28617d8be4abc

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

#!/bin/sh

sudo gem uninstall cucumba
sudo rake install

SAMPLE_APP_PATH=`dirname $0`/sample_app
echo "(in $SAMPLE_APP_PATH)"
cd $SAMPLE_APP_PATH
./script/generate cucumba -f test
rake db:setup RAILS_ENV=test
./script/cucumba

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumba-0.0.6 spec/support/sample_app_run.sh