Browse code

Remove unnecessary files

Cinan Rakosnik authored on 05/02/2013 at 23:11:40
Showing 8 changed files
1 1
deleted file mode 100755
... ...
@@ -1,13 +0,0 @@
1
-/*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require_tree .
13
- */
14 1
deleted file mode 100755
... ...
@@ -1,3 +0,0 @@
1
-// Place all the styles related to the login controller here.
2
-// They will automatically be included in application.css.
3
-// You can use Sass (SCSS) here: http://sass-lang.com/
4 1
deleted file mode 100755
... ...
@@ -1,5 +0,0 @@
1
-class LoginController < ApplicationController
2
-	def index
3
-		p "1"
4
-	end
5
-end
6 1
deleted file mode 100755
... ...
@@ -1,2 +0,0 @@
1
-module LoginHelper
2
-end
3 1
deleted file mode 100755
... ...
@@ -1,3 +0,0 @@
1
-- content_for(:title, 'Login')
2
-
3
-Hello
4 1
\ No newline at end of file
5 2
deleted file mode 100755
... ...
@@ -1,5 +0,0 @@
1
-require 'spec_helper'
2
-
3
-describe LoginController do
4
-
5
-end
6 1
deleted file mode 100755
... ...
@@ -1,15 +0,0 @@
1
-require 'spec_helper'
2
-
3
-# Specs in this file have access to a helper object that includes
4
-# the LoginHelper. For example:
5
-#
6
-# describe LoginHelper 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 LoginHelper do
14
-  pending "add some examples to (or delete) #{__FILE__}"
15
-end
16 1
deleted file mode 100755
... ...
@@ -1,12 +0,0 @@
1
-require 'test_helper'
2
-require 'rails/performance_test_help'
3
-
4
-class BrowsingTest < ActionDispatch::PerformanceTest
5
-  # Refer to the documentation for all available options
6
-  # self.profile_options = { :runs => 5, :metrics => [:wall_time, :memory]
7
-  #                          :output => 'tmp/performance', :formats => [:flat] }
8
-
9
-  def test_homepage
10
-    get '/'
11
-  end
12
-end