flunk 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/flunk.rb +1 -1
  2. metadata +2 -2
@@ -36,7 +36,7 @@ class Flunk < ActionDispatch::IntegrationTest
36
36
 
37
37
  @response = response
38
38
 
39
- assert_response @status
39
+ assert_response @status, @response.body
40
40
 
41
41
  if response.body.length > 2
42
42
  if response.content_type == 'application/json'
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: flunk
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.9
5
+ version: 0.0.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adam Kirk
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-26 00:00:00.000000000 Z
12
+ date: 2013-01-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A gem for testing Ruby on Rails web APIs by simulating a client.
15
15
  email: atomkirk@gmail.com