Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 1) Recipes App utilizes the FOOD2FORK_SERVER_AND_PORT environment variable
  2. Failure/Error: expect(testval).to be > 0
  3.  
  4. expected: > 0
  5. got: 0
  6. # ./spec/recipes_app_spec.rb:13:in `block (2 levels) in <top (required)>'
  7.  
  8. 2) Recipes App utilizes the FOOD2FORK_KEY environment variable
  9. Failure/Error: expect(testval).to be > 0
  10.  
  11. expected: > 0
  12. got: 0
  13. # ./spec/recipes_app_spec.rb:18:in `block (2 levels) in <top (required)>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement