Skip to content

Commit

Permalink
Tidying up a few things after upgrading to Rails 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Sep 2, 2008
1 parent a3ab0fd commit e755425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions config/environments/development.rb
Expand Up @@ -8,9 +8,6 @@
# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true

# Enable the breakpoint server that script/breakpointer connects to
config.breakpoint_server = true

# Show full error reports and disable caching
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
Expand Down
8 changes: 1 addition & 7 deletions spec/helpers/links_helper_spec.rb
@@ -1,11 +1,5 @@
require File.dirname(__FILE__) + '/../spec_helper'

describe LinksHelper do

#Delete this example and add some real ones or delete this file
it "should include the LinksHelper" do
included_modules = self.metaclass.send :included_modules
included_modules.should include(LinksHelper)
end

# do nothing
end

0 comments on commit e755425

Please sign in to comment.