Commit 043e336d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Move all comments *.sql files to comments/sql/.

parent f0680fc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@ task :jasmine do
  test_db = "comments_test"
  system("echo 'DROP DATABASE IF EXISTS #{test_db};' | mysql")
  system("echo 'CREATE DATABASE #{test_db};' | mysql")
  system("mysql #{test_db} < comments/schema.sql")
  system("mysql #{test_db} < comments/test_data.sql")
  system("mysql #{test_db} < comments/update_votes.sql")
  system("mysql #{test_db} < comments/sql/schema.sql")
  system("mysql #{test_db} < comments/sql/test_data.sql")
  system("mysql #{test_db} < comments/sql/update_votes.sql")

  # run jasmine tests against that database
  system("node comments/node_modules/jasmine-node/lib/jasmine-node/cli.js comments/")
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.