spec/quicken/parser_spec.rb in quicken-0.0.2 vs spec/quicken/parser_spec.rb in quicken-0.0.3
- old
+ new
@@ -3,10 +3,10 @@
describe Quicken::Parser do
let (:file) do
qif = Quicken::Parser.new('spec/fixtures/default.qif').parse!
end
- context "account section" do
+ describe "when in account section" do
it "should return the account" do
file.account.should == Quicken::Account.new({:number=>"0833_5710633", :type=>"Bank"})
end
it "should return nil when the file don't have an account" do
\ No newline at end of file