Skip to content

Commit

Permalink
WIP: remove binding.irb
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed Jan 20, 2025
1 parent 5dd202c commit e7839e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/integration/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def join_handler_thread
system("make start_redis_primary")

sleep 0.03
binding.irb

expect(redis.info("replication")["role"]).to eq("master")
expect(redis2.info("replication")["role"]).to eq("master")
Expand Down

0 comments on commit e7839e4

Please sign in to comment.