diff --git a/app/assets/javascripts/users/omniauth_callbacks.js.coffee b/app/assets/javascripts/users/omniauth_callbacks.js.coffee deleted file mode 100644 index 7615679..0000000 --- a/app/assets/javascripts/users/omniauth_callbacks.js.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ diff --git a/app/assets/stylesheets/users/omniauth_callbacks.css.scss b/app/assets/stylesheets/users/omniauth_callbacks.css.scss deleted file mode 100644 index 155643a..0000000 --- a/app/assets/stylesheets/users/omniauth_callbacks.css.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Users::OmniauthCallbacks controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/helpers/users/omniauth_callbacks_helper.rb b/app/helpers/users/omniauth_callbacks_helper.rb deleted file mode 100644 index 7c6e5e0..0000000 --- a/app/helpers/users/omniauth_callbacks_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module Users::OmniauthCallbacksHelper -end diff --git a/spec/controllers/users/omniauth_callbacks_controller_spec.rb b/spec/controllers/users/omniauth_callbacks_controller_spec.rb deleted file mode 100644 index c393cd3..0000000 --- a/spec/controllers/users/omniauth_callbacks_controller_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe Users::OmniauthCallbacksController do - -end diff --git a/spec/helpers/users/omniauth_callbacks_helper_spec.rb b/spec/helpers/users/omniauth_callbacks_helper_spec.rb deleted file mode 100644 index 589a257..0000000 --- a/spec/helpers/users/omniauth_callbacks_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the Users::OmniauthCallbacksHelper. For example: -# -# describe Users::OmniauthCallbacksHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe Users::OmniauthCallbacksHelper do - pending "add some examples to (or delete) #{__FILE__}" -end -- libgit2 0.21.2