Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioszabo/envjohnson
Test library using Env-JS 1.3-RC
https://github.com/mauricioszabo/envjohnson
Last synced: about 4 hours ago
JSON representation
Test library using Env-JS 1.3-RC
- Host: GitHub
- URL: https://github.com/mauricioszabo/envjohnson
- Owner: mauricioszabo
- Created: 2011-09-06T18:24:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-31T20:19:15.000Z (about 13 years ago)
- Last Synced: 2024-11-09T05:31:51.771Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 414 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Env-JS ready for Rails tests.
Example:
it 'should test something' do
get :index, :format => 'js'
js = EnvJohnson.new(response, :prototype)
p js.body
p js[:something] #getElementById("something").innerHTML
end