projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Defer deletion of avatars to a background job
[rails.git]
/
test
/
system
/
site_test.rb
1
require "application_system_test_case"
2
3
class SiteTest < ApplicationSystemTestCase
4
test "visiting the index" do
5
visit "/"
6
7
assert_selector "h1", :text => "OpenStreetMap"
8
end
9
end