Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d885f24f
Commit
d885f24f
authored
Jan 21, 2012
by
Valery Sizov
Committed by
vsizov
Jan 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unnecessary files
parent
c083df05
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
28 deletions
+0
-28
app/assets/javascripts/users/omniauth_callbacks.js.coffee
app/assets/javascripts/users/omniauth_callbacks.js.coffee
+0
-3
app/assets/stylesheets/users/omniauth_callbacks.css.scss
app/assets/stylesheets/users/omniauth_callbacks.css.scss
+0
-3
app/helpers/users/omniauth_callbacks_helper.rb
app/helpers/users/omniauth_callbacks_helper.rb
+0
-2
spec/controllers/users/omniauth_callbacks_controller_spec.rb
spec/controllers/users/omniauth_callbacks_controller_spec.rb
+0
-5
spec/helpers/users/omniauth_callbacks_helper_spec.rb
spec/helpers/users/omniauth_callbacks_helper_spec.rb
+0
-15
No files found.
app/assets/javascripts/users/omniauth_callbacks.js.coffee
deleted
100644 → 0
View file @
c083df05
# 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/
app/assets/stylesheets/users/omniauth_callbacks.css.scss
deleted
100644 → 0
View file @
c083df05
// 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/
app/helpers/users/omniauth_callbacks_helper.rb
deleted
100644 → 0
View file @
c083df05
module
Users::OmniauthCallbacksHelper
end
spec/controllers/users/omniauth_callbacks_controller_spec.rb
deleted
100644 → 0
View file @
c083df05
require
'spec_helper'
describe
Users
::
OmniauthCallbacksController
do
end
spec/helpers/users/omniauth_callbacks_helper_spec.rb
deleted
100644 → 0
View file @
c083df05
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment