spec/sendgrid/api/version_spec.rb in sendgrid-api-0.0.1 vs spec/sendgrid/api/version_spec.rb in sendgrid-api-0.0.2
- old
+ new
@@ -1,11 +1,11 @@
require 'spec_helper'
module Sendgrid
- describe Api do
+ describe API do
it 'has a non-null VERSION constant' do
- Api::VERSION.should_not be_nil
+ API::VERSION.should_not be_nil
end
end
end