Skip to content

Commit 39d3ef9

Browse files
committed
Fix wrong code block
1 parent 97553c0 commit 39d3ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/blog/2016-02-06-rspec-3-5-0-beta1-has-been-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ proper.
2626

2727
Gemfile example:
2828

29-
```ruby
29+
~~~ruby
3030
source "https://rubygems.org"
3131

3232
gem "rails-controller-testing", :git => "https://github.com/rails/rails-controller-testing"
3333
gem "rspec-rails", "3.5.0.beta1"
34-
```
34+
~~~
3535

3636
## Summing up
3737

0 commit comments

Comments
 (0)