Closed mitfik closed 11 years ago
Hmm, odd. I'll have a look tonight.
there is also few weird things there, tests:
53 it 'should return 10.0"' do
and
76 it 'should return 10.0"' do
both return 0.0 and test pass. So it look like that test are not correct.
I'm working on changing the tests at the moment so this will be fixed :) I am also working on changing the authentication to Devise. You can see these changes on the devise branch on my fork.
On 10 Sep 2012, at 12:17, Robert Mitwicki notifications@github.com wrote:
there is also few weird things there, tests:
53 it 'should return 10.0"' do and
76 it 'should return 10.0"' do both return 0.0 and test pass. So it look like that test are not correct.
— Reply to this email directly or view it on GitHub.
FIXED
Hi
I just start working with payment system and I found one weird thing. In
spec/model/deal_spec.rb
few test fail because inorder.rb
model method:return always empty hash because there is only one type of product with id 1. what for is that? when I will just return in this method
return_hash
without delete_if all test pass.