Skip to content

Commit

Permalink
Fix Jasmine specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Oct 31, 2022
1 parent 8bd3425 commit a882b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/javascripts/app/views/publisher_view_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ describe("app.views.Publisher", function() {

context("services", function(){
beforeEach( function(){
gon.appConfig = {configured_services: ["twitter", "tumblr"]};
spec.loadFixture('aspects_index_services');
this.view = new app.views.Publisher();
});
Expand Down

0 comments on commit a882b04

Please sign in to comment.