Skip to content

Instantly share code, notes, and snippets.

@michiels
Created December 28, 2011 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michiels/1528665 to your computer and use it in GitHub Desktop.
Save michiels/1528665 to your computer and use it in GitHub Desktop.
def test_build_clones_the_repository
@builder.build
assert File.exists?(File.expand_path("builds/cool_rails_project/README")), "Expected builds/cool_rails_project/README to exist after git clone"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment