jRuby Version Gem Version Codeship Status for julianghionoiu/tdl-client-ruby Coverage Status

tdl-client-ruby

# Install RVM
curl -sSL https://get.rvm.io | bash -s stable
echo 'source /Users/julianghionoiu/.rvm/scripts/rvm' >> .bash_profile

# Install ruby
rvm install ruby-2.2.2
rvm use ruby-2.2.2

# Install bundler
gem install bundler

Installing

Testing

All test require the ActiveMQ broker to be started. The following commands are available for the broker.

./broker/activemq-wrapper start
./broker/activemq-wrapper console
./broker/activemq-wrapper stop

Run tests with rake features. To run a single scenario execute cucumber path/to/file.feature:line_no Recommendation is to use the cucumber command instead of rake always outside of CI.