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 collaboratorLocal Data API
In order to abstract content from structure
- Scenarios
-
- Rendering html
-
- Given
- the Server is running at "basic-data-app"
- When
- I go to "/data.html"
- Then
- I should see "One:Two"
- Rendering json
-
- Given
- the Server is running at "basic-data-app"
- When
- I go to "/data3.html"
- Then
- I should see "One:Two"
- Using data in config.rb
-
- Given
- the Server is running at "data-app"
- When
- I go to "/test1.html"
- Then
- I should see "Welcome"
- Using data2 in config.rb
-
- Given
- the Server is running at "data-app"
- When
- I go to "/test2.html"
- Then
- I should see "Welcome"
Last published over 7 years ago by middleman.