diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-04-19 17:51:23 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-04-21 19:57:18 -0500 |
commit | fc5c1b0e901a735a68dd822608eec2f99b6c7b74 (patch) | |
tree | 22047a6d77df58f744503361207380ab98ee229b /actionpack | |
parent | f49e3441280380ec810d54bd5a77a7e699415efb (diff) | |
download | rails-fc5c1b0e901a735a68dd822608eec2f99b6c7b74.tar.gz rails-fc5c1b0e901a735a68dd822608eec2f99b6c7b74.tar.bz2 rails-fc5c1b0e901a735a68dd822608eec2f99b6c7b74.zip |
Session tests belong under dispatch folder
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/dispatch/session/cookie_store_test.rb (renamed from actionpack/test/controller/session/cookie_store_test.rb) | 0 | ||||
-rw-r--r-- | actionpack/test/dispatch/session/mem_cache_store_test.rb (renamed from actionpack/test/controller/session/mem_cache_store_test.rb) | 0 | ||||
-rw-r--r-- | actionpack/test/dispatch/session/test_session_test.rb (renamed from actionpack/test/controller/session/test_session_test.rb) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/actionpack/test/controller/session/cookie_store_test.rb b/actionpack/test/dispatch/session/cookie_store_test.rb index b9bf8cf411..b9bf8cf411 100644 --- a/actionpack/test/controller/session/cookie_store_test.rb +++ b/actionpack/test/dispatch/session/cookie_store_test.rb diff --git a/actionpack/test/controller/session/mem_cache_store_test.rb b/actionpack/test/dispatch/session/mem_cache_store_test.rb index 7561c93e4a..7561c93e4a 100644 --- a/actionpack/test/controller/session/mem_cache_store_test.rb +++ b/actionpack/test/dispatch/session/mem_cache_store_test.rb diff --git a/actionpack/test/controller/session/test_session_test.rb b/actionpack/test/dispatch/session/test_session_test.rb index de6539e1cc..de6539e1cc 100644 --- a/actionpack/test/controller/session/test_session_test.rb +++ b/actionpack/test/dispatch/session/test_session_test.rb |