Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Remove a bewlidering puts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hansen and Davis W. Frank committed Feb 26, 2013
1 parent 939a5be commit 0d24048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jasmine/results.rb
Expand Up @@ -21,7 +21,6 @@ def full_name

def failed_expectations
failedExpectations.map { |e|
p e
OpenStruct.new(message: e["message"], stack_trace: e["trace"]["stack"])
}
end
Expand Down

0 comments on commit 0d24048

Please sign in to comment.