require 'spec_helper' describe ChinaAqi do it 'should have a version number' do ChinaAqi::VERSION.should_not be_nil end it 'should do something useful' do false.should be_false end end