We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc27e1 commit f116297Copy full SHA for f116297
1 file changed
lib/schema_dev/rspec.rb
@@ -7,11 +7,6 @@ def self.setup
7
Db.setup
8
end
9
10
- def self.setup_db
11
- ActiveSupport::Deprecation.warn "SchemaDev::Rspec.setup_db is deprecated. Use SchemaDev::Rspec.setup"
12
- self.setup
13
- end
14
-
15
def self.db_configuration
16
Db.configuration
17
0 commit comments