Skip to content

Commit

Permalink
* Missing Coveralls from some specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledestin committed Aug 18, 2014
1 parent 071f6da commit d995339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/numeric_money_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "spec_helper"
require "./lib/numeric_money_format"

using NumericMoneyFormat
Expand Down
1 change: 1 addition & 0 deletions spec/tax_calculator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "spec_helper"
require "./lib/tax_calculator"

describe TaxCalculator do
Expand Down

0 comments on commit d995339

Please sign in to comment.