spec/omniauth/strategies/bungie_oauth2_spec.rb in omniauth-bungie-oauth2-0.1.0 vs spec/omniauth/strategies/bungie_oauth2_spec.rb in omniauth-bungie-oauth2-0.1.1
- old
+ new
@@ -1,12 +1,9 @@
require 'spec_helper'
+require 'omniauth-bungie-oauth2/version'
require 'omniauth-bungie-oauth2'
-describe Omniauth::Strategies::Bungie do
+describe OmniAuth::Strategies::Bungie do
it "has a version number" do
- expect(Omniauth::BungieOauth2::VERSION).not_to be nil
- end
-
- it "does something useful" do
- expect(false).to eq(true)
+ expect(OmniAuth::BungieOauth2::VERSION).not_to be nil
end
end