lib/okapi/test.rb in okapi-0.0.9 vs lib/okapi/test.rb in okapi-0.1.0
- old
+ new
@@ -21,10 +21,9 @@
def run
begin
test()
rescue Exception => e
- p e
@resources = []
@error = e
end
Apiary::Okapi::Output.get(@output_format, @resources, @error)
end