Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
rspec
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Why avoid too many abstractions in tests?
Juan Manuel Ramallo
Juan Manuel Ramallo
Juan Manuel Ramallo
Follow
Feb 13 '21
Why avoid too many abstractions in tests?
#
testing
#
ruby
#
rspec
#
sharedexamples
4
reactions
Comments
Add Comment
3 min read
When not to use instance variables in RSpec
Tom de Bruijn
Tom de Bruijn
Tom de Bruijn
Follow
Feb 2 '21
When not to use instance variables in RSpec
#
ruby
#
rails
#
rspec
#
testing
9
reactions
Comments
Add Comment
8 min read
Explaining RSpec minimal code style rules in 2 minutes
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Feb 2 '21
Explaining RSpec minimal code style rules in 2 minutes
#
rspec
#
ruby
#
testing
3
reactions
Comments
Add Comment
2 min read
Explaining RSpec describe, context in 2 minutes
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Feb 1 '21
Explaining RSpec describe, context in 2 minutes
#
rspec
#
ruby
#
testing
11
reactions
Comments
Add Comment
1 min read
Explaining RSpec instance_double in 2 minutes
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Jan 31 '21
Explaining RSpec instance_double in 2 minutes
#
rspec
#
ruby
#
testing
10
reactions
Comments
Add Comment
1 min read
Explaining RSpec doubles, mocks and stubs in 2 minutes
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Jan 20 '21
Explaining RSpec doubles, mocks and stubs in 2 minutes
#
rspec
#
ruby
#
testing
9
reactions
Comments
Add Comment
2 min read
How to test whenever config
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Jan 20 '21
How to test whenever config
#
ruby
#
rspec
#
testing
4
reactions
Comments
Add Comment
1 min read
Instant test feedback with vim-test
Vasily Polovnyov
Vasily Polovnyov
Vasily Polovnyov
Follow
Jan 20 '21
Instant test feedback with vim-test
#
ruby
#
vim
#
rspec
#
productivity
4
reactions
Comments
1
comment
1 min read
Automated debugging with git bisect and rspec
Emily Samp
Emily Samp
Emily Samp
Follow
Jan 14 '21
Automated debugging with git bisect and rspec
#
git
#
productivity
#
ruby
#
rspec
10
reactions
Comments
Add Comment
4 min read
Test ALL your static pages in rails with one simple test
Samuel-Zacharie FAURE
Samuel-Zacharie FAURE
Samuel-Zacharie FAURE
Follow
Jan 14 '21
Test ALL your static pages in rails with one simple test
#
ruby
#
rails
#
rspec
#
test
12
reactions
Comments
2
comments
2 min read
Testing CRUD with RSpec and Rails
Iona Brabender
Iona Brabender
Iona Brabender
Follow
Dec 13 '20
Testing CRUD with RSpec and Rails
#
ruby
#
rails
#
rspec
#
testing
28
reactions
Comments
Add Comment
6 min read
Learning RSpec: First Tests for a Rails App
Liz Laffitte
Liz Laffitte
Liz Laffitte
Follow
Dec 2 '20
Learning RSpec: First Tests for a Rails App
#
rspec
#
rails
#
testing
#
ruby
8
reactions
Comments
3
comments
2 min read
Don't forget `as: :json` when testing JSON API
zato
zato
zato
Follow
Nov 18 '20
Don't forget `as: :json` when testing JSON API
#
rails
#
ruby
#
rspec
3
reactions
Comments
2
comments
1 min read
Setting Up a Basic Unit Test with RSpec
aohibbard
aohibbard
aohibbard
Follow
Nov 3 '20
Setting Up a Basic Unit Test with RSpec
#
ruby
#
rspec
7
reactions
Comments
Add Comment
3 min read
Anatomy of a Rspec Test
Kailana Kahawaii
Kailana Kahawaii
Kailana Kahawaii
Follow
Oct 3 '20
Anatomy of a Rspec Test
#
ruby
#
rails
#
rspec
5
reactions
Comments
Add Comment
2 min read
Writing RSpec tests for great debugging experiences
Jasper Woudenberg
Jasper Woudenberg
Jasper Woudenberg
Follow
Sep 20 '20
Writing RSpec tests for great debugging experiences
#
testing
#
rspec
#
ruby
7
reactions
Comments
2
comments
7 min read
Ruby Newby, Testing with rspec part I
Dane Dawson
Dane Dawson
Dane Dawson
Follow
Sep 17 '20
Ruby Newby, Testing with rspec part I
#
ruby
#
rspec
#
testing
6
reactions
Comments
Add Comment
5 min read
The difference between Mocks, Stubs, and Spies
Hideaki Ishii
Hideaki Ishii
Hideaki Ishii
Follow
Sep 6 '20
The difference between Mocks, Stubs, and Spies
#
testing
#
ruby
#
rspec
20
reactions
Comments
Add Comment
3 min read
RSpec(Pt. 3): Test Doubles
Ethan Gustafson
Ethan Gustafson
Ethan Gustafson
Follow
Aug 15 '20
RSpec(Pt. 3): Test Doubles
#
rspec
#
ruby
#
testing
#
tdd
5
reactions
Comments
Add Comment
4 min read
RSpec(Pt. 2): Hooks, Subject, Shared Examples
Ethan Gustafson
Ethan Gustafson
Ethan Gustafson
Follow
Aug 11 '20
RSpec(Pt. 2): Hooks, Subject, Shared Examples
#
ruby
#
rspec
#
testing
#
tdd
8
reactions
Comments
Add Comment
4 min read
RSpec(Pt. 1): Getting Started
Ethan Gustafson
Ethan Gustafson
Ethan Gustafson
Follow
Aug 4 '20
RSpec(Pt. 1): Getting Started
#
ruby
#
rspec
#
testing
3
reactions
Comments
1
comment
5 min read
"Back to the future" or how to test time-based logic in Rails
Pavel Tkachenko
Pavel Tkachenko
Pavel Tkachenko
Follow
Jul 21 '20
"Back to the future" or how to test time-based logic in Rails
#
ruby
#
rails
#
rspec
#
tdd
25
reactions
Comments
Add Comment
3 min read
Simple testing of Rails cache with RSpec
Augusts Bautra
Augusts Bautra
Augusts Bautra
Follow
Jul 9 '20
Simple testing of Rails cache with RSpec
#
rails
#
rspec
#
caching
12
reactions
Comments
1
comment
1 min read
How to RSpec your sidekiq-scheduler
Pavel Tkachenko
Pavel Tkachenko
Pavel Tkachenko
Follow
Jul 4 '20
How to RSpec your sidekiq-scheduler
#
rails
#
ruby
#
rspec
#
sidekiq
18
reactions
Comments
3
comments
3 min read
Using KnapsackPro to Parallelize Your Tests
Molly Struve (she/her)
Molly Struve (she/her)
Molly Struve (she/her)
Follow
Jun 19 '20
Using KnapsackPro to Parallelize Your Tests
#
testing
#
ruby
#
tutorial
#
rspec
30
reactions
Comments
2
comments
7 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account