Skip to content

Commit

Permalink
Remove ruby-debug from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mani Tadayon committed Jan 4, 2012
1 parent 72146e2 commit 22b7214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/main_test.rb
Expand Up @@ -8,7 +8,6 @@
require 'workflow'
require 'mocha'
require 'stringio'
require 'ruby-debug'

ActiveRecord::Migration.verbose = false

Expand Down Expand Up @@ -453,7 +452,7 @@ def reject(reason)
# state :student
# end
# end
#
#
# human = c.new
# assert human.can_go_to_school?
# assert_equal false, human.can_go_to_college?
Expand Down

0 comments on commit 22b7214

Please sign in to comment.