Skip to content

Commit

Permalink
Bump to version 2.1.1.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Aug 28, 2017
1 parent eb6a9ce commit d42f9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lacerda/reporters/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def check_consumer(service)

def object_publisher_existing(object_name, publisher_name, valid)
@current_consumer.it "#{object_name} from #{publisher_name}" do
expect(valid).to be true
expect(valid).to eq true, "Publisher #{publisher_name} does not exist"
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/lacerda/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lacerda
VERSION = '2.1.1.beta2'
VERSION = '2.1.1.beta3'
end

0 comments on commit d42f9ca

Please sign in to comment.