On 18 Feb 2010, at 19:33, Marcelo de Moraes Serpa wrote:
Hello guys,
I was spec'ing a model and just tried to do something like this
it "should create a payment with period_start & period_end set
correctly" do
it "should create a new payment for an approved transaction"
On 18 Feb 2010, at 19:33, Marcelo de Moraes Serpa wrote:
Hello guys,
I was spec'ing a model and just tried to do something like this
it "should create a payment with period_start & period_end set
correctly" do
it "should create a new payment for an approved transaction"
Hello guys,
I was spec'ing a model and just tried to do something like this
it "should create a payment with period_start & period_end set
correctly" do
it "should create a new payment for an approved transaction"
previous_payment = Payment.find(Payment.last.id-1)
jus