Flowdock
method

assert_no_queries

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::TestCase
assert_no_queries(&block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/test_case.rb, line 43
    def assert_no_queries(&block)
      assert_queries(0, &block)
    end
Register or log in to add new notes.