Skip to content
Snippets Groups Projects
Commit 7a2a9bb4 authored by Mike Greiling's avatar Mike Greiling
Browse files

replace Teaspoon fixture methods with jasmine-jquery methods to reduce dependency on Teaspoon

parent 10d483ea
No related branches found
No related tags found
No related merge requests found
Loading
@@ -10,9 +10,9 @@
Loading
@@ -10,9 +10,9 @@
   
describe('ZenMode', function() { describe('ZenMode', function() {
var fixtureName = 'issues/open-issue.html.raw'; var fixtureName = 'issues/open-issue.html.raw';
fixture.preload(fixtureName); preloadFixtures(fixtureName);
beforeEach(function() { beforeEach(function() {
fixture.load(fixtureName); loadFixtures(fixtureName);
spyOn(Dropzone, 'forElement').and.callFake(function() { spyOn(Dropzone, 'forElement').and.callFake(function() {
return { return {
enable: function() { enable: function() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment