diff --git a/spec/javascripts/aspect-spec.js b/spec/javascripts/aspect-spec.js deleted file mode 100644 index 36dac1f17..000000000 --- a/spec/javascripts/aspect-spec.js +++ /dev/null @@ -1,12 +0,0 @@ -describe("Diaspora.Aspects", function() { - beforeEach(function() { - spec.loadFixture("aspects_index"); - }); - - - describe("edit aspect name", function() { - it("it should ", function() { - var startName = $("a [data-aspect_id=13]").text(); - }); - }); -});