load('/Users/natekidwell/.rvm/gems/ruby-1.9.1-p378/gems/jspec-4.3.1/lib/jspec.js') load('/Users/natekidwell/.rvm/gems/ruby-1.9.1-p378/gems/jspec-4.3.1/lib/jspec.xhr.js') load('lib/yourlib.js') load('spec/unit/spec.helper.js') JSpec .exec('spec/unit/spec.js') .run({ reporter: JSpec.reporters.Terminal, fixturePath: 'spec/fixtures' }) .report()