Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Cant have a test unit without a test. Adding .bundler directory to gi…
Browse files Browse the repository at this point in the history
…tignore.
  • Loading branch information
scashin133 committed Jan 18, 2011
1 parent 8c697c5 commit a39be00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ publish/
coverage/
coverage.info
.rake_tasks~
.bundle
3 changes: 3 additions & 0 deletions test/test_rename.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require 'common'

class TestRename < Test::Unit::TestCase
def test_the_truth
assert true
end
# Commented out since it assumes you have a live LDAP server somewhere. This
# will be migrated to the integration specs, as soon as they are ready.

Expand Down

0 comments on commit a39be00

Please sign in to comment.