Skip to content

rubycut/meteor-jasmine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor jasmine

This is wrong approach, it should be built as meteorite package, or see https://github.com/dmayo3/Meteor-Unit-Testing.git for working example

this is a meteor based app, with no other purpose except trying to integrate jasmine as test framework

That's what I did so far

first, I created a folder for you new application and then installed meteor and jasmine:

>mkdir meteor-jasmine

>cd meteor-jasmine

>meteor create app

>gem install jasmine

>jasmine init

> rake jasmine => this should be start up a small web server on port 8888 

if all is fine we can start with testing: delete public folder, because we don't need it. change the spec/javascripts/support/jasmine.yml file src_files: app/client/*.js create a dir client in app

>mkdir app/client

move the files to client change app.js and remove:

if (Meteor.is_client) {

About

meteor with jasmine testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • Ruby 28.6%