Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Jun 25, 2012
1 parent 8c86780 commit 48e0ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Assuming you're using capybara...

```ruby
# spec/spec_helper.rb

Capybara.app = Rack::Build.new {
use Rack::Mockjax
run MyApp
Expand All @@ -28,6 +29,7 @@ Capybara.app = Rack::Build.new {

```ruby
# config/initializers/test.rb

config.middleware.use Rack::Mockjax
```

Expand Down

0 comments on commit 48e0ec0

Please sign in to comment.