Displaying 2 results from an estimated 2 matches for "has_finder".
Did you mean:
has_filter
2008 Jun 12
0
Mysterious interaction between RSpec 1.1.4 and has_finder/named_scope
I just opened a Rails ticket on a problem with named_scope in Rails 2.1, and
cross-posted a message here which I send to rails-core.
I''m still a bit mystified, because I''m having a problem caused by this on
RSpec 1.1.4, but not on 1.1.3, and I don''t see a difference in code which
would explain it.
The basic problem, which I encountered upgrading our rails app to RSpec
2008 Jan 15
0
Problem with ruby-debug and rspec
...9;'ve got the following plugins installed:
active_record_base_without_table
annotate_models
asset_packager
exception_logger
fixture_replacement
query_reviewer
rspec
rspec_on_rails
spatial_adapter
svn
white_list
will_paginate
ym4r_gm
and am using the following gems:
GeoRuby-1.3.2
RedCloth-3.0.4
has_finder-0.1.5
json-1.1.1
mocha-0.5.5
oauth
ruby-hmac-0.3.1
brickhouse:~/code/fireeagle-rails/core/trunk rabble$ spec
spec/controllers/account_controller_spec.rb
/Users/rabble/code/fireeagle-rails/core/trunk/lib/sso_authentication/test_helper.rb:15
@controller.stubs(:current_user).returns(user)
(rdb:1) p s...