Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
localshred committed Feb 19, 2014
1 parent b87440d commit e607f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,9 @@
protobuf-rspec gem
==================

RSpec Helpers designed to give you mock abstraction of client or service layer. Require as `protobuf/rspec` and include into your running RSpec configuration.
Provides spec helpers for testing client and server [protobuf](https://github.com/localshred/protobuf) code.

RSpec Helpers are designed to give you mock abstraction of client or service layer. Require as `protobuf/rspec` and include into your running RSpec configuration.

```ruby
# spec_helper.rb
Expand All @@ -13,8 +15,6 @@ RSpec.configure do |config|
end
```

**Note:** Tested to work with the [protobuf gem](https://rubygems.org/gems/protobuf) (>= 2.x).

Unit-Testing Service Behavior
-----------------------------

Expand Down

0 comments on commit e607f91

Please sign in to comment.