Wednesday, 4 September 2013

How to test controllers import/export csv files actions in rspec?

How to test controllers import/export csv files actions in rspec?

In one of my projects there is a controller which allows you to import &
export data in csv format. As of now it works. but there are many
developers on that project, and i'm afraid this functionality could be
broken. Initially there were no tests. What would be most efficient way of
testing this functionality?

No comments:

Post a Comment