myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3448] trunk/test/functional/profiles_controller_


From: noreply
Subject: [myexperiment-hackers] [3448] trunk/test/functional/profiles_controller_test.rb: removed test for a route that didn't exist
Date: Mon, 25 Feb 2013 13:02:32 +0000 (UTC)

Revision
3448
Author
dgc
Date
2013-02-25 13:02:32 +0000 (Mon, 25 Feb 2013)

Log Message

removed test for a route that didn't exist

Modified Paths

Diff

Modified: trunk/test/functional/profiles_controller_test.rb (3447 => 3448)


--- trunk/test/functional/profiles_controller_test.rb	2013-02-25 12:34:58 UTC (rev 3447)
+++ trunk/test/functional/profiles_controller_test.rb	2013-02-25 13:02:32 UTC (rev 3448)
@@ -9,12 +9,6 @@
 class ProfilesControllerTest < ActionController::TestCase
   fixtures :profiles, :users, :pictures, :picture_selections
 
-  def test_should_get_index
-    get :index
-    assert_response :success
-    assert assigns(:profiles)
-  end
-
   # would require a new user as each user is only allowed 1 profile
   def test_should_get_new
     #login_as(:john)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]