Skip to content

Commit

Permalink
Removed inexplicable dependencies on action_controller and action_pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Aug 1, 2010
1 parent b5aea8b commit ba69750
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion shoulda_macros/paperclip.rb
@@ -1,5 +1,4 @@
require 'paperclip/matchers'
require 'action_controller'

module Paperclip
# =Paperclip Shoulda Macros
Expand Down
4 changes: 0 additions & 4 deletions test/helper.rb
Expand Up @@ -9,21 +9,17 @@
when '2.1' then
gem 'activerecord', '~>2.1.0'
gem 'activesupport', '~>2.1.0'
gem 'actionpack', '~>2.1.0'
when '3.0' then
gem 'activerecord', '~>3.0.0'
gem 'activesupport', '~>3.0.0'
gem 'actionpack', '~>3.0.0'
else
gem 'activerecord', '~>2.3.0'
gem 'activesupport', '~>2.3.0'
gem 'actionpack', '~>2.3.0'
end

require 'active_record'
require 'active_record/version'
require 'active_support'
require 'action_pack'

puts "Testing against version #{ActiveRecord::VERSION::STRING}"

Expand Down

0 comments on commit ba69750

Please sign in to comment.