Re: [rspec-users] Faking Files, Data, Git interractions with mocks/stubs/fixtures

2011-04-21 Thread Matt Wynne
On 19 Apr 2011, at 19:24, Josh N. wrote: > I'm new to ruby and just learning cucumber and rspec. I have some > examples(tests) that need to fake a directory structure and file > grouping, fake a properly formatted json file and fake a ruby-git > interraction (git.fetch, git.merge). > > I've been

[rspec-users] Routing assertions

2011-04-21 Thread siva
Hi Thanks for help me out I have two routes : match 'admin/categories' => 'admin#categories', :as => 'admin_category' match 'admin/categories/:sub_category' => 'admin#categories' In rspec

Re: [rspec-users] Faking Files, Data, Git interractions with mocks/stubs/fixtures

2011-04-21 Thread andyl
I've been using the VCR gem lately and it is great. Maybe this would be useful if you're fetching from git using http?? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users