Skip to content

Commit

Permalink
Fix a warning about top-level constant reference while running the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Aug 9, 2012
1 parent a4a78f4 commit bbbe3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/consumer_spec.rb
Expand Up @@ -25,7 +25,7 @@
describe "Kafka Consumer" do

it "should have a Kafka::RequestType::FETCH" do
Consumer::Kafka::RequestType::FETCH.should eql(1)
Kafka::RequestType::FETCH.should eql(1)
@consumer.should respond_to(:request_type)
end

Expand Down

0 comments on commit bbbe3dc

Please sign in to comment.