Skip to content

Commit 9b86458

Browse files
committed
Drop express test
1 parent fdf4193 commit 9b86458

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/npm_tests.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ def test_npm
1616
describe command("echo \'{\"foo\":\"bar\"}\' | json foo") do
1717
its(:stdout) { should match /bar/ }
1818
end
19-
20-
describe command('npm install express') do
21-
its(:exit_status) { should eq 0 }
22-
end
2319
end

0 commit comments

Comments
 (0)