Tagged Questions
jSpec is a JavaScript BDD Framework.
6
votes
2answers
304 views
How to manage CouchDB code out of it?
I am new to CouchDB way of making things. So, I have a lot of questions about it, but let's focus in one of them.
CouchDB has this concept of javascript code (validation + map-reduce + show + ?) ...
1
vote
2answers
337 views
JSpec no longer supported?
Coming from the Ruby community I'm looking for a BDD-testing framework for Javascript/Node.js.
I was JSpec and thought it would be the right choice because I used RSpec in Ruby.
But on their GitHub ...
1
vote
1answer
131 views
BDD / TDD with JSpec - Removing code duplication
How do I refactor to remove the code duplication in this spec:
describe 'TestPlugins'
describe '.MovieScanner(document)'
before_each
MoviePage_loggedIn = ...
1
vote
0answers
2k views
JSpec - RangeError: Maximum call stack size exceeded
With my two attempts at getting a message posted to the JSpec Google Group having apparently failed, I'm posting here instead.
I'm having trouble with JSpec apparently going into an infinite ...
0
votes
0answers
26 views
jspec in sinatra application
I'm currently writing a little sinatra application and would like to use jQuery for some frontend magic.
I also would like to test if my jQuery runs correctly. I stumbled upon jSpec which would be ...