fracture 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ def common_error(actual, results)
66
66
  unless results[:should_not].empty?
67
67
  errors += "expected not to find '#{results[:should_not].map { |i| i[:label] }.join(", ")}'"
68
68
  end
69
- errors += "\non page of\n #{actual}"
69
+ errors += "\non page of\n #{Fracture.get_body(actual)}"
70
70
  end
71
71
 
72
72
  RSpec::Matchers.define :have_a_form do
@@ -1,3 +1,3 @@
1
1
  module FractureVersion
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fracture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: