Browse code

Predbezne testy pre chat kontroller

Cinan Rakosnik authored on 01/03/2013 at 10:09:45
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
0
+require 'test_helper'
1
+
2
+class ChatControllerTest < ActionController::TestCase
3
+  test "should get index" do
4
+    get :index
5
+    assert_response :success
6
+  end
7
+
8
+end