Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2012-03-08 22:04:40 +0400
committerScott Chacon <schacon@gmail.com>2012-03-08 22:04:40 +0400
commit3d63398b467050f6877d044afa88c377c7a9071b (patch)
tree277b6c35741882e7fcc8bbde9f0aebf89da2a0ab /test
parent5d721a7ac056567335962c624260092e1e6aa355 (diff)
initial crappy placeholder index mockup
Diffstat (limited to 'test')
-rw-r--r--test/functional/site_controller_test.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/functional/site_controller_test.rb b/test/functional/site_controller_test.rb
new file mode 100644
index 00000000..09c2e4c1
--- /dev/null
+++ b/test/functional/site_controller_test.rb
@@ -0,0 +1,9 @@
+require 'test_helper'
+
+class SiteControllerTest < ActionController::TestCase
+ test "should get index" do
+ get :index
+ assert_response :success
+ end
+
+end