specs: remove usage test when no operation given
This commit is contained in:
parent
084080a682
commit
de46bb0cc1
@ -121,14 +121,6 @@ EOF
|
|||||||
# Tests
|
# Tests
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
it "prints usage info when no operation is given" do
|
|
||||||
test_dir("simple")
|
|
||||||
result = run_rscons(op: [])
|
|
||||||
expect(result.stderr).to eq ""
|
|
||||||
expect(result.status).to eq 0
|
|
||||||
expect(result.stdout).to match /Usage:/
|
|
||||||
end
|
|
||||||
|
|
||||||
it 'builds a C program with one source file' do
|
it 'builds a C program with one source file' do
|
||||||
test_dir('simple')
|
test_dir('simple')
|
||||||
result = run_rscons
|
result = run_rscons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user