projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3058135
)
Remove unused performance test stub
author
Tom Hughes
<tom@compton.nu>
Sat, 10 Jan 2015 11:48:35 +0000
(11:48 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 10 Jan 2015 12:41:04 +0000
(12:41 +0000)
test/performance/browsing_test.rb
[deleted file]
patch
|
blob
|
history
diff --git
a/test/performance/browsing_test.rb
b/test/performance/browsing_test.rb
deleted file mode 100644
(file)
index
867fc8c
..0000000
--- a/
test/performance/browsing_test.rb
+++ /dev/null
@@
-1,9
+0,0 @@
-require 'test_helper'
-require 'rails/performance_test_help'
-
-# Profiling results for each test method are written to tmp/performance.
-class BrowsingTest < ActionDispatch::PerformanceTest
- def test_homepage
- get '/'
- end
-end