Skip to content

Commit

Permalink
Adding note about Capybara acceptance testing DSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 27, 2011
1 parent e6be638 commit 9cad7b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/capybara_with_steak.md
@@ -1,7 +1,6 @@
Using Capybara
--------------


### Steak

**spec/acceptance/acceptance_helper.rb**
Expand Down Expand Up @@ -49,4 +48,7 @@ Using Capybara
* [Timeless: BDD with RSpec and Steak](http://timeless.judofyr.net/bdd-with-rspec-and-steak)
* [More Steak Resources](https://github.com/cavalle/steak/wiki/Resources)

**The Future of Steak**

Capybara's acceptance testing DSL was [recently added](https://github.com/jnicklas/capybara/commit/f4897f890d8dd33215fef238902988e8823a6539). They just basically consumed Steak, since it was always "a gist that happened to be distributed as a Ruby gem." It won't be included until the next release of Capybara, but after that, Steak won't be needed, unless you're using an older version of Capybara for some reason.

0 comments on commit 9cad7b9

Please sign in to comment.