From 3c5729137d4ea81c607bfc9422ceaeb1056081c5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 22:32:33 +0200 Subject: Rename `Sqlite3` class to `SQLite3` To match the 'sqlite3' gem's and the SQLite project's capitalisation convention. --- spec/dbshell/client/database_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/dbshell/client/database_spec.rb') 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 -- cgit v1.2.3