Displaying 2 results from an estimated 2 matches for "fillied".
Did you mean:
filled
2006 Sep 15
0
Using Selenium with a mock-method on associated Model ???
...is page requires an external database call
to a stored procedure to fill a "work table" that is read for the data
on the page (SQL 2000).
I have the call wrapped in a single-line method.
During my functional test, I mock-disable the stored procedure call, as
the "work table" is fillied via fixture.
class Sales < ActiveRecord::Base
def self.load_work_data
puts "mock called sp_load_sales_work_table"
end
end
I placed this same code into a .rsel partial and includePartial at the
top of my .sel test.
This works A-OK in the fixture. It apparently doesn''...
2010 Aug 09
9
where can I get up to date instantrails ?
Hi, can someone please tell me where can I find up-to-date instantrails
(with rails 2.38, ruby 1.8.7) ... ?
Thanks for any help
Dani
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To