Skip to content

Commit

Permalink
removed ruby-debug for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kotchoff committed Aug 29, 2011
1 parent 2af6dbb commit be074de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sinatra_demo.rb
Expand Up @@ -10,7 +10,6 @@
haml :app
end

require 'ruby-debug'
post '/evolve' do
if session['world_name'] != params[:world_name]
session['world_name'] = params[:world_name]
Expand Down
1 change: 0 additions & 1 deletion world_spec.rb
@@ -1,7 +1,6 @@
@library_call = true

require 'world'
require 'ruby-debug'

describe World do
describe "#evolve!" do
Expand Down

0 comments on commit be074de

Please sign in to comment.