Sha256: 378d4f972168c7a2df0526c7217f55a17d0097674f9e7d934d4cb75273edd044

Contents?: true

Size: 296 Bytes

Versions: 15

Compression:

Stored size: 296 Bytes

Contents

class Kaui::FunctionalTestHelper < Kaui::FunctionalTestHelperNoSetup

  # Called before every single test
  setup do
    Kaui::ApplicationRecord.subclasses.each(&:delete_all)
    setup_functional_test
  end

  # Called after every single test
  teardown do
    teardown_functional_test
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kaui-2.1.0 test/functional/kaui/functional_test_helper.rb
kaui-2.0.4 test/functional/kaui/functional_test_helper.rb
kaui-2.0.3 test/functional/kaui/functional_test_helper.rb
kaui-2.0.2 test/functional/kaui/functional_test_helper.rb
kaui-2.0.1 test/functional/kaui/functional_test_helper.rb
kaui-2.0.0 test/functional/kaui/functional_test_helper.rb
kaui-1.4.1 test/functional/kaui/functional_test_helper.rb
kaui-1.4.0 test/functional/kaui/functional_test_helper.rb
kaui-1.3.0 test/functional/kaui/functional_test_helper.rb
kaui-1.2.0 test/functional/kaui/functional_test_helper.rb
kaui-1.1.0 test/functional/kaui/functional_test_helper.rb
kaui-1.0.0 test/functional/kaui/functional_test_helper.rb
kaui-0.16.2 test/functional/kaui/functional_test_helper.rb
kaui-0.16.1 test/functional/kaui/functional_test_helper.rb
kaui-0.16.0 test/functional/kaui/functional_test_helper.rb