Skip to content

Commit

Permalink
Reverting the db options for test to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay committed May 21, 2010
1 parent a43f4b6 commit 9bcc9c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/db/mssql.rb
@@ -1,7 +1,6 @@
MSSQL_CONFIG = {
:host => "192.168.209.101",
:username => 'sa',
:password => 'sa',
:username => 'blog',
:password => '',
:adapter => 'mssql',
:database => 'weblog_development'
}
Expand Down

0 comments on commit 9bcc9c0

Please sign in to comment.