Graham Farrell wrote:
> Hi all,
> 
> I'm hoping someone can help me here I'm trying to carry out functional
> testing,

Functional tests and fixtures (which I gather you're using from a later 
post) are two Rails features that are best avoided entirely.

Instead of functional tests, use Cucumber features.

Instead of fixtures, use factories.

Your life will be a lot easier.

> my IDE is NetBeans 6.8

Bonus tip: lose NetBeans and just use a decent text editor (I like 
KomodoEdit).  Rails doesn't need or want an IDE.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to