aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dbshell/client/database_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dbshell/client/database_spec.rb')
-rw-r--r--spec/dbshell/client/database_spec.rb2
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