Skip to content

Commit

Permalink
Fixed a couple of warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Takita committed Jul 17, 2011
1 parent 8d7c29f commit 54ed5a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/rr/double_definitions/double_definition.rb
Expand Up @@ -26,8 +26,6 @@ def initialize(double_definition_create)
@verify_method_signature = false
end

attr_reader :argument_expectation

def subject
double_definition_create.subject
end
Expand Down
2 changes: 1 addition & 1 deletion spec/rr/double_injection/double_injection_verify_spec.rb
Expand Up @@ -4,7 +4,7 @@ module RR
module Injections
describe DoubleInjection, "#verify" do
it_should_behave_like "Swapped Space"
attr_reader :space, :subject, :method_name, :double_injection
attr_reader :subject, :method_name, :double_injection
before do
@subject = Object.new
@method_name = :foobar
Expand Down
2 changes: 1 addition & 1 deletion spec/rr/space/space_spec.rb
Expand Up @@ -3,7 +3,7 @@
module RR
describe Space do
it_should_behave_like "Swapped Space"
attr_reader :space, :subject, :method_name, :double_injection
attr_reader :subject, :method_name, :double_injection

before do
@subject = Object.new
Expand Down

0 comments on commit 54ed5a5

Please sign in to comment.