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

scp command usage guide

cucumber usage in rails project