diff --git a/spec/javascripts/aspect-spec.js b/spec/javascripts/aspect-spec.js new file mode 100644 index 000000000..36dac1f17 --- /dev/null +++ b/spec/javascripts/aspect-spec.js @@ -0,0 +1,12 @@ +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(); + }); + }); +});