Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: ruby

rvm:
- 1.9.3

env:
- CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage

services:
- rabbitmq

archive: true
2 changes: 1 addition & 1 deletion spec/bowling_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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