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 |
- */ |
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 |