To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorPreview Alt Root
In order to preview localized html
- Scenarios
-
- EN should be at root
- EN should be at root 2
- EN mounted at root should not be in directory
- Paths can be localized EN
- ES should be under namespace
- ES should be under namespace 2
- Paths can be localized ES
- EN should be at root
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/"
- Then
- I should see "Howdy"
- EN should be at root 2
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/index.html"
- Then
- I should see "Howdy"
- EN mounted at root should not be in directory
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/en/index.html"
- Then
- I should see "File Not Found"
- Paths can be localized EN
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/hello.html"
- Then
- I should see "Hello World"
- ES should be under namespace
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/es/"
- Then
- I should see "Como Esta?"
- ES should be under namespace 2
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/es/index.html"
- Then
- I should see "Como Esta?"
- Paths can be localized ES
-
- Given
- the Server is running at "alt-root-app"
- When
- I go to "/es/hola.html"
- Then
- I should see "Hola World"
Last published over 7 years ago by middleman.