spec/lib/statistics_spec.rb in picky-2.7.0 vs spec/lib/statistics_spec.rb in picky-3.0.0.pre1
- old
+ new
@@ -5,10 +5,10 @@
# We need to load the Statistics file explicitly as the Statistics
# are not loaded with the Loader (not needed in the server, only for script runs).
#
require File.expand_path '../../../lib/picky/statistics', __FILE__
-describe Statistics do
+describe Picky::Statistics do
let(:stats) { described_class.new }
describe 'lines_of_code' do
it 'is correct' do
\ No newline at end of file