Skip to content

Commit

Permalink
Fix Fixnum => Integer rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Nov 21, 2016
1 parent 9c0536d commit a57f62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/prometheus/client/counter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
let(:counter) { Prometheus::Client::Counter.new(:foo, 'foo description') }

it_behaves_like Prometheus::Client::Metric do
let(:type) { Fixnum }
let(:type) { Integer }
end

describe '#increment' do
Expand Down

0 comments on commit a57f62f

Please sign in to comment.