Fix teaspoon

This commit is contained in:
Connor Shea 2016-05-31 18:44:42 -06:00
parent 3eb683b651
commit 81f4605448
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//= require stat_graph_contributors_graph
//= require graphs/stat_graph_contributors_graph
describe("ContributorsGraph", function () {
describe("#set_x_domain", function () {

View File

@ -1,4 +1,4 @@
//= require stat_graph_contributors_util
//= require graphs/stat_graph_contributors_util
describe("ContributorsStatGraphUtil", function () {

View File

@ -1,4 +1,4 @@
//= require stat_graph
//= require graphs/stat_graph
describe("StatGraph", function () {