Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 7, 2011
1 parent c36b96a commit fbc51ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*~
#~
Gemfile.lock
tmp/*
*.rbc
*.class
7 changes: 6 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
require 'test/unit'
require 'test_declarative'
require 'mocha'
require 'ruby-debug'

begin
require 'ruby-debug'
rescue LoadError => le
puts "Could not not load ruby-debug, moving on..."
end

require 'simple_states'

Expand Down

0 comments on commit fbc51ea

Please sign in to comment.