Skip to content

Instantly share code, notes, and snippets.

@leejarvis

leejarvis/omg.rb Secret

Created June 19, 2016 18:18
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 leejarvis/619642ae94919b021a7ab83b4d3867c1 to your computer and use it in GitHub Desktop.
Save leejarvis/619642ae94919b021a7ab83b4d3867c1 to your computer and use it in GitHub Desktop.
def test_create_or_update
time = Foo.create_time(...)
Foo.create_or_update(time, something: "omg")
assert_equal "omg", time.something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment