Skip to content

Commit d44d0e7

Browse files
committed
Remove extra line + set proper formating for ruby code block
1 parent e8a4949 commit d44d0e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/blog/2020-03-24-rspec-rails-4-0-has-been-released.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ RSpec.describe InboxMailbox, type: :mailbox do
6565
end
6666
~~~
6767

68-
6968
### Improvements to generators
7069

7170
If you use generators, there are some improvements:
@@ -78,11 +77,11 @@ If you use generators, there are some improvements:
7877
Some people want to run Active Job with a specific queue adapter. In system
7978
specs you can now choose your desired queue adapter:
8079

81-
```ruby
80+
~~~ruby
8281
before do
8382
ActiveJob::Base.queue_adapter = :inline
8483
end
85-
```
84+
~~~
8685

8786
### Silence log output with Puma
8887

0 commit comments

Comments
 (0)