test/controllers/assigns_test.rb in rails-controller-testing-0.1.0 vs test/controllers/assigns_test.rb in rails-controller-testing-0.1.1
- old
+ new
@@ -1,6 +1,5 @@
require 'test_helper'
-require 'rails-controller-testing'
class AssignsControllerTest < ActionController::TestCase
def test_assigns
process :test_assigns
# assigns can be accessed using assigns(key)