Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created February 14, 2018 11:20
Show Gist options
  • Save anonymous/98fa24020660ddacfe45b3fbf5e69132 to your computer and use it in GitHub Desktop.
Save anonymous/98fa24020660ddacfe45b3fbf5e69132 to your computer and use it in GitHub Desktop.
item = Item.new('item', arg=1, arg2=0)
items = [item]
blumen = described_class.new(items)
blumen.update_args
expect(item.sell_in).to eq 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment