Skip to content

Instantly share code, notes, and snippets.

@fxn
Created July 12, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxn/81cb8bc939d6f36ca3707d9fc1cb3517 to your computer and use it in GitHub Desktop.
Save fxn/81cb8bc939d6f36ca3707d9fc1cb3517 to your computer and use it in GitHub Desktop.
require 'test_helper'
class UserTest < ActiveSupport::TestCase
test "class names" do
uid = User.object_id
print "please modify the file and press ENTER "; gets
assert_equal uid, User.object_id
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment