Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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