Skip to content

Commit

Permalink
Added spec stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Šťastný aka Botanicus committed Nov 19, 2010
1 parent a07dc52 commit 7c95d57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--colour
--format
progress
6 changes: 6 additions & 0 deletions spec/amqp/protocol_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# encoding: utf-8

require_relative "../spec_helper.rb"

describe AMQP::Protocol do
end
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# encoding: utf-8

require "rspec"
require_relative "../lib/amqp/protocol.rb"

0 comments on commit 7c95d57

Please sign in to comment.