jasmine-jquery Questions
1
Solved
I am running Rails 3.2.8 with the jasmine-rails gem. Here are the lines from my Gemfile describing the jasmine set-up:
jasmine (1.2.1)
jasmine-core (>= 1.2.0)
rack (~> 1.0)
rspec (>= ...
Morganica asked 10/9, 2012 at 19:17
3
Solved
jQuery
$(".theme-picker").click(function () {
$('head').append('<link rel="stylesheet" href="" type="text/css" media="screen" id="theme_switcher"/>');
});
Jasmine
describe("style.switche...
Alduino asked 30/5, 2012 at 20:28
2
Solved
I am looking to convert from Jasmine tests to Mocha tests because of its ability to do Before(all), its reporting capabilities, and its support for coffeescript.
One thing I haven't been able to f...
Ihram asked 13/6, 2012 at 21:58
1
Solved
This is my test code:
describe("Login", function(){
beforeEach(function(){
loadFixtures('login-fixture.html');
})
it("should enable the button when checking 'remember password'", function(){
...
Resource asked 25/6, 2012 at 15:9
© 2022 - 2024 — McMap. All rights reserved.