+5
−0
+4
−4
comments/comments.spec.js
0 → 100644
+57
−0
comments/comments_test.js
deleted100644 → 0
+0
−16
Loading
Include jasmine-node into our comments backend dependencies. Write comments.spec.js to test all methods in Comments class. For now we're using the actual full database - must replace with a test database. Add :jasmine task to Rakefile.