require "test_helper" class TodosHelpersTest < ActionView::TestCase include TodosHelper test "remote_edit_button" do html = remote_edit_button(todos(:call_bill)) assert_equal "\"Edit\"", html end end