Sha256: 2f13cf0ca1e2ce16c4e8d69d677df97331352109074fba17c7ee9a4494e9ef14

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

Feature: Apply the latest distribution files from vendored projects into generators
  In order to cheaply include latest JS libraries into the generators
  As a newjs developer/deployer
  I want to copy into newjs generators the JavaScript files from vendored projects

  Scenario: Copy across jsunittest into generators
    Given this project is active project folder
    When task 'rake vendor:update:jsunittest' is invoked
    Then file 'app_generators/newjs/templates/test/assets/jsunittest.js' is same as file 'vendor/jsunittest/dist/jsunittest.js'  
    Then file 'app_generators/newjs/templates/test/assets/unittest.css' is same as file 'vendor/jsunittest/dist/unittest.css'  
    Then file 'app_generators/newjs_iphone/templates/Html/test/assets/jsunittest.js' is same as file 'vendor/jsunittest/dist/jsunittest.js'  
    Then file 'app_generators/newjs_iphone/templates/Html/test/assets/unittest.css' is same as file 'vendor/jsunittest/dist/unittest.css'  
    Then file 'rails_generators/javascript_test/templates/assets/jsunittest.js' is same as file 'vendor/jsunittest/dist/jsunittest.js'  
    Then file 'rails_generators/javascript_test/templates/assets/unittest.css' is same as file 'vendor/jsunittest/dist/unittest.css'  

  Scenario: Copy across jshoulda into generators
    Given this project is active project folder
    When task 'rake vendor:update:jshoulda' is invoked
    Then file 'rails_generators/javascript_test/templates/assets/jshoulda.js' is same as file 'vendor/jshoulda/dist/jshoulda.js'  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newjs-1.7.1 features/imported_files_for_generators.feature
newjs-1.7.2 features/imported_files_for_generators.feature