Skip to content

Instantly share code, notes, and snippets.

@ishe-ua
Last active August 18, 2016 11:15
Show Gist options
  • Save ishe-ua/c8bfc50c037570f808ff to your computer and use it in GitHub Desktop.
Save ishe-ua/c8bfc50c037570f808ff to your computer and use it in GitHub Desktop.
require 'test_helper'
class YourHelperTest < ActionView::TestCase
test "should work" do
assert_equal "result", your_helper_method
end
end
# оно типа само сделает
# include YourHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment