Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Add initial specs for review
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvandijk committed Feb 26, 2011
0 parents commit bc3626d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions spec/safety_spec.rb
@@ -0,0 +1,25 @@
require 'spec_helper'

describe "Travis VM" do

context "restrictions" do
it "should not allow to connect with the internet"
it "should not take more than X minutes to execute a test suite"
it "should not be allowed to do anything outside of the users home dir"
end

context "runner's workspace" do
it "should be restored after use"
end

context "runner's processes" do
it "should be cleaned up after a build"
it "should not have access to resources outside of the home dir"
end

context "services" do
it "should enable those that are stated in travis.yml"
it "should clean those that were stated in travis.yml"
end

end

0 comments on commit bc3626d

Please sign in to comment.