Displaying 4 results from an estimated 4 matches for "test_basic".
Did you mean:
tests_basic
2006 Apr 23
13
post() to other controller in functional test?
In a functional test, I want to call an action in another controller
(a login) before testing things in the current controller. As far as I
can tell from the extremely sparse documentation and the AWDR book,
this seems to be impossible. The post() functions takes an action
argument only, and that''s that. Surely I must be misunderstanding
things?
--
Calle Dybedahl
2012 Jan 11
5
augeas error: Could not evaluate: unknown error - Failed to initialize Augeas
Hi,
I am running puppet 2.6.12 on a SLES11SP1 server. I get the following error
message as part of the puppet catalog run on a SLED11SP1 client.
Augeas[sap_host_entries](provider=augeas): Opening augeas with root /, lens
path , flags 0
err: /Stage[main]/Sap/Augeas[sap_host_entries]: Could not evaluate: unknown
error - Failed to initialize Augeas
Can somebody shed some light on the error
2005 Jan 15
0
Model syntax errors obscured during fixture load
...#39;'s loading
my fixtures is masking the error (I don''t get any notification of the
syntax error, here, nor in the log).
Bob
bob@gemini:~/rails/windsong$ ruby -Ilib:test -S testrb test/unit/movie_test.rb
Loaded suite movie_test.rb
Started
E
Finished in 0.063497 seconds.
1) Error:
test_basic(MovieTest):
NoMethodError: undefined method `primary_key'' for nil:NilClass
/usr/lib/ruby/gems/1.8/gems/activerecord-1.4.0/lib/active_record/fixtures.rb:298:in
`find''
/usr/lib/ruby/gems/1.8/gems/activerecord-1.4.0/lib/active_record/fixtures.rb:149:in
`instantiate_fixtures...
2007 May 21
13
swifty fly?
I heard about a new mongrel plugin or version that''s single threaded and
uses non-blocking IO with events. It''s called something like "swifty
fly". Anyone have a link for it?
Thanks.