flunk 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
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