Hi,
Just to close this one.. RSpec wasn't the problem!
My bad! :)
Thanks,
Mauricio
On Mon, Mar 29, 2010 at 1:20 PM, Mauricio Aniche
wrote:
> Hi,
>
> Is there anyone else who had this problem?
>
> Thanks,
> Mauricio
>
>
> On Thu, Mar 25, 2010 at 10:15 AM, Mauricio Aniche <
> mauricioani...@gmai
hi guys,
I'm trying to be diligent about checking my `rake` tasks with RSpec
tests, but in the process of feeling my way around I seem to have hit
a wall. I've got a really simple RSpec test that looks like this:
# ./test/meta_spec.rb
describe "Rake tasks" do
require 'rake'
befor