Commit 0f9021a7f43431c8ad6d74bb895e279d6b331ae8
1 parent
c54d92a3
Exists in
master
and in
21 other branches
No need for super
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/multi_tenancy_test.rb
@@ -3,7 +3,6 @@ require_relative "test_helper" | @@ -3,7 +3,6 @@ require_relative "test_helper" | ||
3 | class MultiTenancyTest < Minitest::Test | 3 | class MultiTenancyTest < Minitest::Test |
4 | def setup | 4 | def setup |
5 | skip unless defined?(Apartment) | 5 | skip unless defined?(Apartment) |
6 | - super | ||
7 | end | 6 | end |
8 | 7 | ||
9 | def test_basic | 8 | def test_basic |