Conversation
Test importer attempting to create a CSV importer, plus updates to gemfile.lock
Have been trying to test the Test Importer using rspec. This is my code so far, having issues when trying to run the test script, which I will outline in the comments
|
I have made an attempt to test the importer I have been trying to create. I am running into some issues when I have tried to run the spec file. Im getting the error I have tried this http://stackoverflow.com/questions/5150293/in-require-no-such-file-to-load-spec-helper . This doesnt seem to have worked as I am still getting an error, have you guys got any ideas? |
|
Have fixed that issue now, and the code successfully runs, and I get the message TestImporter can read CSV The The one I cant seem to get right is the |
DO NOT MERGE THIS