Fixes
This commit is contained in:
@ -10,6 +10,6 @@ class RutaTest < ActiveSupport::TestCase
|
||||
|
||||
test "get" do
|
||||
ruta = Ruta.find(1)
|
||||
assert Ruta.id === 1
|
||||
assert ruta.id === 1
|
||||
end
|
||||
end
|
||||
|
@ -11,5 +11,11 @@ module ActiveSupport
|
||||
fixtures :all
|
||||
|
||||
# Add more helper methods to be used by all tests here...
|
||||
def ruta_get_url
|
||||
"/ruta"
|
||||
end
|
||||
def ruta_add_url
|
||||
"/ruta"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user