require 'test_helper'
class ApplicationHelperTest < ActionView::TestCase
# -----------------------------------------------------------------------
test "resource_name should return :user" do
end
# -----------------------------------------------------------------------
test "resource should return contents of instance variable @resource OR a new User" do
end
# -----------------------------------------------------------------------
test "devise_mapping should return the mappings registered for Devise" do
end
# -----------------------------------------------------------------------
test "javascript should return a list of the javascript files used in the application" do
end
# -----------------------------------------------------------------------
test "link_to_add_object should return an HTML anchor tag" do
end
# -----------------------------------------------------------------------
test "link_to_function" do
end
# -----------------------------------------------------------------------
test "hash_to_json_object should return valid JSON markup for the specified Hash object" do
end
end