Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasdf committed Oct 14, 2010
1 parent b8be280 commit 7fe819c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/rails_test/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => '
gem "bcrypt-ruby", :require => "bcrypt"
gem 'uploader'

gem 'muck-engine', :require => 'muck_engine', :path => "~/projects/muck-engine"
gem 'muck-users', :require => 'muck_users', :path => "~/projects/muck-users"
gem 'muck-engine', :path => "~/projects/muck-engine"
gem 'muck-users', :path => "~/projects/muck-users"
gem 'muck-activities', :path => "~/projects/muck-activities"
gem 'muck-comments', :path => "~/projects/muck-comments"
gem 'muck-contents', :path => '../../'
Expand Down
2 changes: 1 addition & 1 deletion test/rails_test/config/initializers/session_store.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Be sure to restart your server when you modify this file.

RailsTest::Application.config.session_store :cookie_store, :key => '_muck_users_session'
RailsTest::Application.config.session_store :cookie_store, :key => '_muck_contents_session'

# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
Expand Down

0 comments on commit 7fe819c

Please sign in to comment.