Method: TestProf::AnyFixture::Dump::PostgreSQL#teardown_env
- Defined in:
- lib/test_prof/any_fixture/dump/postgresql.rb
#teardown_env ⇒ Object
75 76 77 78 79 |
# File 'lib/test_prof/any_fixture/dump/postgresql.rb', line 75 def teardown_env uuid_funcs.each do |(func, ns, definition)| execute "#{definition}; -- any_fixture:dump" end end |