Skip to content

Instantly share code, notes, and snippets.

View b1tfury's full-sized avatar

Sahil Kharb b1tfury

View GitHub Profile

What is Rspec?

It is TDD framework, which aims to make Test-Driven Development a more joyful and productive experience with tools that elevate the design and documentation aspects of TDD to first-class citizenship.

subject code

The code whose behavior we are specifying with RSpec.

expectation

Keybase proof

I hereby claim:

  • I am bitfurry on github.
  • I am bitfury (https://keybase.io/bitfury) on keybase.
  • I have a public key ASBY0Nzi3FTHDPFdHZN1yXXzVfpenxYXBw3cmHpV-Vwdxwo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am bitfurry on github.
* I am bit_fury (https://keybase.io/bit_fury) on keybase.
* I have a public key ASDpn6iyKO0QKwdPifFPbymFjUTssaKNY12bnVdxffWYdQo
To claim this, I am signing this object:

bit_fury sahil Bangalore

Keybase proof

I hereby claim:

  • I am bitfurry on github.
  • I am bit_fury (https://keybase.io/bit_fury) on keybase.
  • I have a public key ASCiBx5fPhEGd2M-0yktEM5nri46M785kokVdsgfMg5p6go
@b1tfury
b1tfury / .curlrc
Created October 30, 2020 12:07
help in printing time stats for curl command
-w "dnslookup: %{time_namelookup} | connect: %{time_connect} | starttransfer: %{time_starttransfer} \n"