projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Require therubyracer during asset compilation
[rails.git]
/
test
/
performance
/
browsing_test.rb
1
require 'test_helper'
2
require 'rails/performance_test_help'
3
4
# Profiling results for each test method are written to tmp/performance.
5
class BrowsingTest < ActionDispatch::PerformanceTest
6
def test_homepage
7
get '/'
8
end
9
end