Skip to content

Commit

Permalink
added a gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
skorks committed Nov 7, 2010
1 parent a3a476e commit 1fbdb07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -19,3 +19,5 @@ rdoc
pkg

## PROJECT::SPECIFIC
vendor
.bundle
3 changes: 2 additions & 1 deletion bin/attest
@@ -1,3 +1,4 @@
#!/usr/bin/env ruby

puts "hello"
require 'attest'

4 changes: 4 additions & 0 deletions test/testclass.rb
Expand Up @@ -2,6 +2,10 @@ class TestClass
def set_var(var)
@var = var
end

def add_two(var)
var + 2
end
end

if ENV["attest"]
Expand Down

0 comments on commit 1fbdb07

Please sign in to comment.