Use singular form of spec names.
This commit is contained in:
parent
abf982e4e5
commit
d51ea21afa
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ child_process = require 'child_process'
|
|||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
|
||||
describe 'node features', ->
|
||||
describe 'node feature', ->
|
||||
describe 'child_process', ->
|
||||
fixtures = path.join __dirname, 'fixtures'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue