mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 11:14:31 -04:00
Removed spec for currency helpers
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe ApplicationHelper do
|
||||
it "formats prices" do
|
||||
price_in_dollars(999).should eq '9.99'
|
||||
price_with_currency(999).should eq format('9.99 %s', Growstuff::Application.config.currency)
|
||||
end
|
||||
|
||||
it "parses dates" do
|
||||
parse_date(nil).should eq nil
|
||||
parse_date('').should eq nil
|
||||
|
||||
Reference in New Issue
Block a user