Skip to content

isakib/cucumber_rails_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== This is a sample rails 3 application with cucumber test The purpose of this application is to guide new cucumber users to use cucumber easily with rails 3. This project is under construction please subscribe till the example is complete.

== Contents for cucumber

The default directory structure of a generated Ruby on Rails application:

|-- app | |-- ... |-- features | -- step_definitions | -- support | |-- *.features |-- spec | `-- fabricators | |-- *.rb

== Running the test

cucumber features --guess

Running with guess handles some of the ambiguous feature definitions.

== References

About

cucumber_rails_demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published