test/frameworks/sinatra_test.rb in oboe-2.6.6.1 vs test/frameworks/sinatra_test.rb in oboe-2.6.7.1
- old
+ new
@@ -1,17 +1,17 @@
require "minitest_helper"
require File.expand_path(File.dirname(__FILE__) + '/apps/sinatra_simple')
describe Sinatra do
before do
- clear_all_traces
+ clear_all_traces
end
it "should trace a request to a simple sinatra stack" do
@app = SinatraSimple
-
+
r = get "/render"
-
+
traces = get_all_traces
traces.count.must_equal 9
validate_outer_layers(traces, 'rack')