bump jasmine-core
This commit is contained in:
parent
328d53230d
commit
ac998407b5
2 changed files with 6 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ GEM
|
|||
phantomjs
|
||||
rack (>= 1.2.1)
|
||||
rake
|
||||
jasmine-core (2.0.0)
|
||||
jasmine-core (2.0.2)
|
||||
jasmine-jquery-rails (2.0.3)
|
||||
jquery-rails (3.0.4)
|
||||
railties (>= 3.0, < 5.0)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
describe("app.views.AspectsDropdown", function(){
|
||||
beforeEach(function() {
|
||||
spec.loadFixture("bookmarklet");
|
||||
Diaspora.I18n.load({
|
||||
'aspect_dropdown': {
|
||||
'select_aspects': "Select aspects"
|
||||
});
|
||||
this.view = new app.views.AspectsDropdown({el: $('.aspect_dropdown')});
|
||||
});
|
||||
|
||||
|
|
@ -69,7 +73,7 @@ describe("app.views.AspectsDropdown", function(){
|
|||
expect(this.view.$('li.aspect_selector:eq(1)').hasClass('selected')).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
context('_updateButton', function() {
|
||||
beforeEach(function() {
|
||||
this.view.$('li.selected').removeClass('selected');
|
||||
|
|
|
|||
Loading…
Reference in a new issue