Commit d885f24f7bff6d15406086fa62e898025f564b8b

Authored by Valery Sizov
Committed by vsizov
1 parent c083df05

delete unnecessary files

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