start to switch to rails 3.2.2

This commit is contained in:
Wojciech Todryk 2012-03-03 18:53:39 +01:00
parent 244942a78f
commit 74c23fa0d1
253 changed files with 648 additions and 17155 deletions

0
test/functional/.gitkeep Normal file
View file

View file

@ -1,9 +0,0 @@
require 'test_helper'
class ContactsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end

View file

@ -1,14 +0,0 @@
require 'test_helper'
class CoreControllerTest < ActionController::TestCase
test "should get login" do
get :login
assert_response :success
end
test "should get logout" do
get :logout
assert_response :success
end
end

View file

@ -1,19 +0,0 @@
require 'test_helper'
class FolderControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
test "should get create" do
get :create
assert_response :success
end
test "should get delete" do
get :delete
assert_response :success
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class InternalControllerTest < ActionController::TestCase
test "should get error" do
get :error
assert_response :success
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class MessagesControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end

View file

@ -1,8 +0,0 @@
require 'test_helper'
class MessagesOpsControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class PrefsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end