Flowdock
method

assert_no_queries

Importance_0
v4.0.2 - 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 49
    def assert_no_queries(&block)
      assert_queries(0, :ignore_none => true, &block)
    end
Register or log in to add new notes.