projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactor tests to use factories instead of fixtures
[rails.git]
/
test
/
controllers
/
directions_controller_test.rb
diff --git
a/test/controllers/directions_controller_test.rb
b/test/controllers/directions_controller_test.rb
index e80d796bdb2ca390bf471806c9ddb1c8b6962744..1335ea469bb6549a7eeef80217445b4ad30dd351 100644
(file)
--- a/
test/controllers/directions_controller_test.rb
+++ b/
test/controllers/directions_controller_test.rb
@@
-1,4
+1,4
@@
-require
'test_helper'
+require
"test_helper"
class DirectionsControllerTest < ActionController::TestCase
##