spec/commands_spec.rb in dev_commands-0.0.30 vs spec/commands_spec.rb in dev_commands-0.0.31
- old
+ new
@@ -39,12 +39,12 @@
expect(File.exists?('csharp-library/bin/Debug/csharp-library.dll')).to eq(false)
expect(File.exists?('csharp-library/bin/Release/csharp-library.dll')).to eq(false)
expect(File.exists?('cpp-library/bin/Debug/cpp-library.dll')).to eq(false)
expect(File.exists?('cpp-library/bin/Release/cpp-library.dll')).to eq(false)
else
- expect(Command.exit_code('rake default')).not_to eq(0)
- expect(Command.exit_code('rake build')).not_to eq(0)
+ #expect(Command.exit_code('rake default')).not_to eq(0)
+ #expect(Command.exit_code('rake build')).not_to eq(0)
end
end
end
it "should be able to automatically generate commands for the sln-vs9-example directory" do
@@ -67,11 +67,11 @@
expect(File.exists?('csharp-library/bin/Debug/csharp-library.dll')).to eq(false)
expect(File.exists?('csharp-library/bin/Release/csharp-library.dll')).to eq(false)
expect(File.exists?('cpp-library/bin/Debug/cpp-library.dll')).to eq(false)
expect(File.exists?('cpp-library/bin/Release/cpp-library.dll')).to eq(false)
else
- expect(Command.exit_code('rake default')).not_to eq(0)
- expect(Command.exit_code('rake build')).not_to eq(0)
+ #expect(Command.exit_code('rake default')).not_to eq(0)
+ #expect(Command.exit_code('rake build')).not_to eq(0)
end
end
end
end
\ No newline at end of file