barthes 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module Barthes
24
24
  puts indent scenarios.size + 1, "response:"
25
25
  puts indent scenarios.size + 2, JSON.pretty_generate(action['response'])
26
26
  end
27
- expectations = action['expectations']
27
+ expectations = action['expectations'] || []
28
28
  expectations.each do |expectation|
29
29
  if expectation['result'] == false
30
30
  puts indent scenarios.size + 1, "failed expectation:"
@@ -1,3 +1,3 @@
1
1
  module Barthes
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barthes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: