GitXplorerGitXplorer
j

envjs-cucumber-example

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
1d1de478d9862a5e887918891e362d6d25330f0c

Updated readme

committed 15 years ago
Unverified
085d777d3156ccd6f3d20df59f1d69af35e0a3a0

Added ignore for bundled gems

committed 15 years ago
Unverified
3390dd7486761f47f5299aac19a164db8362a2e6

Added ignore for bundled gems

committed 15 years ago
Unverified
580932fd6cabd1345d02629c7c4bf535be785894

Update gemfile for xhr ready state fix in capybara-envjs

sstevehodgkiss committed 15 years ago
Unverified
1e940d86b9b98f017a01da70f10a8969fd607a4b

Use bundler to manage gem dependencies

sstevehodgkiss committed 15 years ago
Unverified
413956c1a7e1b24ad27dcf8aa49db17e7e187a8b

Fails with ajax request. Is there a work around for this?

sstevehodgkiss committed 15 years ago

README

The README file for this repository.

h1. capybara-envjs example app

"github.com/jxson/envjs-cucumber-example":http://github.com/jxson/envjs-cucumber-example

h2. Description:

This is an example Sinatra application showing how to set up these guys with cucumber:

h2. Development

To get the features to run you should make sure you have the most recent version of "bundler":http://gembundler.com/ installed.

You can then run:

bundle install rake cucumber

h2. Licensee:

(The MIT License)

Copyright © 2010 Jason Campbell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.