spec/controllers/test_controller_spec.rb in credentials-2.4.2 vs spec/controllers/test_controller_spec.rb in credentials-2.4.3
- old
+ new
@@ -9,9 +9,10 @@
def index; end
def public; end
def dangerous; end
def create; end
+ def view; end
def rescue_action(e)
raise e
end
end
\ No newline at end of file