Skip to content

Commit

Permalink
remove env_accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Mar 2, 2012
1 parent ee02e69 commit b8ed248
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
2 changes: 0 additions & 2 deletions lib/renee/core.rb
Expand Up @@ -9,7 +9,6 @@
require 'renee/core/transform'
require 'renee/core/routing'
require 'renee/core/responding'
require 'renee/core/env_accessors'
require 'renee/core/plugins'

# Top-level Renee constant
Expand Down Expand Up @@ -101,7 +100,6 @@ def register_variable_type(name, matcher)
include Responding
include RackInteraction
include Transform
include EnvAccessors

class << self
include ClassMethods
Expand Down
72 changes: 0 additions & 72 deletions lib/renee/core/env_accessors.rb

This file was deleted.

43 changes: 0 additions & 43 deletions test/renee-core/env_accessors_test.rb

This file was deleted.

0 comments on commit b8ed248

Please sign in to comment.