Sha256: 44b6a2c28f02e8d4c7912a3cff871ec47dd1998aea4fddad6eb2f819e4bfce8e

Contents?: true

Size: 606 Bytes

Versions: 5

Compression:

Stored size: 606 Bytes

Contents

# Copyright (c) 2010 Cory Ondrejka. All rights reserved.
# See MIT.LICENSE for licensing details.

Feature: Running jasmine with node.js
  In order to be able to test node.js server programs
  As a developer
  I want a simple way to create and run jasmine tests with node.js
  
Scenario: correctly initialize directories
  Given I am ready to work
  When I give the jasnode command init "newproject"
  Then I should have a properly populated "newproject" directory

Scenario: run javascript specs
  Given a jasnode directory
  When I give the jasnode command spec
  Then I should see test results






  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jasnode-0.4.3.0 features/jasnode.feature
jasnode-0.4.2.0 features/jasnode.feature
jasnode-0.4.1.0 features/jasnode.feature
jasnode-0.4.0.0 features/jasnode.feature
jasnode-0.2.0.0 features/jasnode.feature