Skip to content

Commit

Permalink
left a print statement in one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsofaer committed Dec 12, 2009
1 parent 4dd4587 commit aeff0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/facebooker/rails_integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def setup
def test_doesnt_set_cookie_but_facebook_session_is_available
setup_fb_connect_cookies
get :index
p "this one"
assert_not_nil @controller.facebook_session
assert_nil @response.cookies[:facebook_session]

Expand Down

0 comments on commit aeff0d0

Please sign in to comment.