spec/version_spec.rb in leaderboard-2.5.0 vs spec/version_spec.rb in leaderboard-3.0.0.rc1
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'Leaderboard::VERSION' do
it 'should be the correct version' do
- Leaderboard::VERSION.should == '2.5.0'
+ Leaderboard::VERSION.should == '3.0.0.rc1'
end
end
\ No newline at end of file