Ruby on rails fixers for testing

Fixtures are a way of organizing data that you want to test against; in short, sample data. They come in 3 flavors:

    1.  YAML fixtures   2.  CSV fixtures 
3. Single-file fixtures
  For Detail information kindly follow the link
  ####################################################
  http://ar.rubyonrails.org/classes/Fixtures.html
  ####################################################

Comments

Popular posts from this blog

Rails Memcache issues

Enabling password authentication for new ec2 box | ssh, ssh config, EC2 setup, new user in EC2, PasswordAuthentication

What's the difference between "include" and "require" in Ruby?