Displaying 1 result from an estimated 1 matches for "r2507".
Did you mean:
2507
2007 Sep 04
7
Rake tasks getting in the way of edge (uses gem instead)
...m because I''ve got a couple rake tasks that
reference "spec/rake/raketask". If I try to run "rake spec" then it
pulls in the gem version instead of the plugin version. rake blows up
saying that the versions are incompatible...RSpec is at 1.0.8 and
rspec_on_rails is at r2507.
If I remove those rake tasks then it runs fine. So it just seems that
when rake starts up, it loads all the available task files, which
includes a reference to require rspec stuff. Since the plugins
haven''t been loaded yet it gets the gem version.
afaik the solution is to build a new...