spec/lib/mocks.rb in request-log-analyzer-1.10.1 vs spec/lib/mocks.rb in request-log-analyzer-1.11.0
- old
+ new
@@ -68,10 +68,6 @@
connection.stub!(:table_exists?).and_return(false)
connection.stub!(:create_table).and_yield(table_creator).and_return(true)
connection.stub!(:table_creator).and_return(table_creator)
return connection
end
-
- def request_counter
- @request_counter ||= mock('aggregator to count request')
- end
-end
\ No newline at end of file
+end