diff --git a/README.md b/README.md index 0b940e5..02d1003 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Ruby RabbitMQ Sample ===================== -Uses bunny library to send and recieve a message through RabbitMQ. +Uses bunny library to send and and and and recieve a message through RabbitMQ. This sample is built for Shippable, a docker based continuous integration and deployment platform. diff --git a/shippable.yml b/shippable.yml index 5f04af3..d7705a4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,9 +1,12 @@ language: ruby + rvm: - 1.9.3 + env: - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage services: - rabbitmq +archive: true diff --git a/spec/bowling_spec.rb b/spec/bowling_spec.rb index 64cad7d..281e5ac 100755 --- a/spec/bowling_spec.rb +++ b/spec/bowling_spec.rb @@ -5,6 +5,6 @@ it "returns pre for all gutter game" do bowling = Bowling.new bowling.hit - bowling.score.should eq("Hello World!") + bowling.score.should eq("Hello ii World!") end end