Skip to content

Commit ba69750

Browse files
author
Jon Yurek
committed
Removed inexplicable dependencies on action_controller and action_pack
1 parent b5aea8b commit ba69750

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

shoulda_macros/paperclip.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'paperclip/matchers'
2-
require 'action_controller'
32

43
module Paperclip
54
# =Paperclip Shoulda Macros

test/helper.rb

-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,17 @@
99
when '2.1' then
1010
gem 'activerecord', '~>2.1.0'
1111
gem 'activesupport', '~>2.1.0'
12-
gem 'actionpack', '~>2.1.0'
1312
when '3.0' then
1413
gem 'activerecord', '~>3.0.0'
1514
gem 'activesupport', '~>3.0.0'
16-
gem 'actionpack', '~>3.0.0'
1715
else
1816
gem 'activerecord', '~>2.3.0'
1917
gem 'activesupport', '~>2.3.0'
20-
gem 'actionpack', '~>2.3.0'
2118
end
2219

2320
require 'active_record'
2421
require 'active_record/version'
2522
require 'active_support'
26-
require 'action_pack'
2723

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

0 commit comments

Comments
 (0)