Skip to content

Commit

Permalink
rename directory for spec storage
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Jul 21, 2011
1 parent 72b2e04 commit 1115fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -16,7 +16,7 @@
DB2Fog.config = {
:provider => 'Local',
:local_root => File.dirname(__FILE__) + "/storage",
:directory => 'db2s3-test'
:directory => 'db2fog-test'
}

ActiveRecord::Base.configurations = { 'production' => DBConfig }
Expand Down

0 comments on commit 1115fdf

Please sign in to comment.