Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created June 12, 2013 07:00
Show Gist options
  • Save dangalipo/5763356 to your computer and use it in GitHub Desktop.
Save dangalipo/5763356 to your computer and use it in GitHub Desktop.
Calc spec
require 'spec_helper'
describe GSTCalculator do
describe '#ex_gst_amount' do
end
describe '#gst_amount' do
end
describe '#total_amount' do
end
describe '#amount_in_dollars' do
## calculator.amount_in_dollars(:ex_gst)
## calculator.amount_in_dollars(:gst)
## calculator.amount_in_dollars(:total)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment