spec/lib/carbon/cli/shell_spec.rb in carbon-1.0.3 vs spec/lib/carbon/cli/shell_spec.rb in carbon-1.0.4

- old
+ new

@@ -14,10 +14,10 @@ end describe '.init' do it 'should create methods for each model' do Carbon::Cli::Shell.init - Carbon::Cli::Shell.instance_methods.should include(:automobile) + Carbon::Cli::Shell.instance_methods.should include('automobile') end it 'should exit if the models cannot be fetched' do pending mock_response.stub!(:ok?).and_return false