Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #14 from bcardarella/master
Browse files Browse the repository at this point in the history
Don't require 'rspec' at runtime
  • Loading branch information
stevehodgkiss committed Dec 2, 2012
2 parents f06afae + aa07dc1 commit aa2f460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/generator_spec/test_case.rb
@@ -1,5 +1,4 @@
require 'active_record'
require 'rspec'
require 'rails/generators/test_case'
require 'generator_spec/matcher'

Expand Down Expand Up @@ -46,4 +45,4 @@ def respond_to?(method_sym, include_private = false)
end
end
end
end
end

0 comments on commit aa2f460

Please sign in to comment.