Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Removed extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
thatothermitch committed Apr 27, 2012
1 parent e8d0284 commit c37de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/mongoid_backend.rb
Expand Up @@ -30,7 +30,7 @@ def self.authenticate_with_username_and_password(username, password)
"raise_not_found_error" => true,
"reconnect_time" => 3,
"use_activesupport_time_zone" => true,
"database" => "oauth2_test",
"database" => "oauth2_test"
)
end

0 comments on commit c37de1e

Please sign in to comment.