mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Not necessary to use prerelease bundler anymore
This commit is contained in:
parent
099a8ebf06
commit
0858c26d94
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ create a topic branch for every separate change you make.
|
|||
Capybara uses bundler in development. To set up a development environment, simply do:
|
||||
|
||||
git submodule update --init
|
||||
gem install bundler --pre
|
||||
gem install bundler
|
||||
bundle install
|
||||
|
||||
== Using Capybara with Cucumber
|
||||
|
|
Loading…
Reference in a new issue