diff options
author | Teddy Wing | 2017-04-29 22:32:33 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-29 22:32:33 +0200 |
commit | 3c5729137d4ea81c607bfc9422ceaeb1056081c5 (patch) | |
tree | a9855d14ef454f04b5f9235663e73562572041fa /spec/dbshell/client/database_spec.rb | |
parent | ff2d18994bc5d885362b077fd6c70410b33a9605 (diff) | |
download | dbshell-rails-3c5729137d4ea81c607bfc9422ceaeb1056081c5.tar.bz2 |
Rename `Sqlite3` class to `SQLite3`
To match the 'sqlite3' gem's and the SQLite project's capitalisation
convention.
Diffstat (limited to 'spec/dbshell/client/database_spec.rb')
-rw-r--r-- | spec/dbshell/client/database_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dbshell/client/database_spec.rb b/spec/dbshell/client/database_spec.rb index 1328cf7..96f9d2c 100644 --- a/spec/dbshell/client/database_spec.rb +++ b/spec/dbshell/client/database_spec.rb @@ -6,7 +6,7 @@ describe DBShell::Client::Database do it "handles SQLite3" do DBShell::Client::Database.handler({ 'adapter' => 'sqlite3' - }).must_equal(DBShell::Client::Sqlite3) + }).must_equal(DBShell::Client::SQLite3) end it "handles Postgres" do |