Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Last active January 31, 2017 22:04
Show Gist options
  • Select an option

  • Save noelrappin/d2479bc55ad8ea5393f3a992f47b3da1 to your computer and use it in GitHub Desktop.

Select an option

Save noelrappin/d2479bc55ad8ea5393f3a992f47b3da1 to your computer and use it in GitHub Desktop.
PriceCalculator do
it "returns the price of one item" do
calculator = PriceCalcuator.new(Item.new(price: 200))
expect(calcuator.calculate).to eq(200)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment