Integrity is a Continuous Integration Tool where we can run our tests (Rspec or Cucumber) to check whether the application is running fine or not. Whenever there is a commit it will run the test cases and checks whether the specs are passed or failed. Installation For basic instructions on setting up the Integrity go … Continue reading Integrity Continuous Integration
blog
How Factory Girl Associations With Testing Made The Task Easier!
Associations are very important when we are working with relational databases. Writing relations in models is easy but when it comes testing them, it is a painful task. Factory girl associations makes this easy. Before going into details, lets get the basics right. What is Factory Girl? Factory_girl is a fixtures replacement with a … Continue reading How Factory Girl Associations With Testing Made The Task Easier!
RedDotRubyConf – fun times ahead
RedDotRubyConf could be renamed FunConf (I know there is already one) but this one would rank way up there! Considering there was Robin, Batman and Superman in the crowd, this conference could not have been any better! (Only the aussies can pull that one off!) There were awesome speakers having varied presentation styles and it … Continue reading RedDotRubyConf – fun times ahead
