Skip to content

Commit

Permalink
docs, synchronize CHANGELOG across branches. [ci skip]
Browse files Browse the repository at this point in the history
Conflicts:
	guides/source/4_2_release_notes.md
  • Loading branch information
senny committed Dec 16, 2014
1 parent 154643d commit bf1b273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/source/4_2_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
implementation and not an intentional feature, e.g.:
```ruby
  test "list all posts" do
    get "/posts"
    assert_response :success 
test "list all posts" do
get "/posts"
assert_response :success
end
```
Expand Down

0 comments on commit bf1b273

Please sign in to comment.