We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4193 commit 9b86458Copy full SHA for 9b86458
spec/npm_tests.rb
@@ -16,8 +16,4 @@ def test_npm
16
describe command("echo \'{\"foo\":\"bar\"}\' | json foo") do
17
its(:stdout) { should match /bar/ }
18
end
19
-
20
- describe command('npm install express') do
21
- its(:exit_status) { should eq 0 }
22
- end
23
0 commit comments