Commit 0f9021a7f43431c8ad6d74bb895e279d6b331ae8

Authored by Andrew Kane
1 parent c54d92a3

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 3 class MultiTenancyTest < Minitest::Test
4 4 def setup
5 5 skip unless defined?(Apartment)
6   - super
7 6 end
8 7  
9 8 def test_basic
... ...