Git Product home page Git Product logo

rspecalculator's Introduction

Rspec Calculator

Prompt

We're going to write a calculator class in Ruby as a way of learning Rspec

Step 1: Setup

In this exercise, you will be running tests that we have provided and writing your own. To get started, run bundle install to install rspec. After that, you should be able to run rspec from the command line. When you do, you should see some failing tests and some that are pending.

Step 2: Red-Green-Refactor

The first few tests have already been written for the add methods. Read through those tests, then write the necessary code in lib/calc.rb to make them pass.

Once you have your tests passing: congratulations! You've just completed your first testing cycle. In Test-driven Development, developers deconstruct a problem, write tests for that problem, then write the code to pass those tests.

Step 3: Write your own tests

I've written stubs for the subtract method. When you look at the calc_spec.rb file you'll see a bunch of "it" statements that aren't being passed a block. The "it" statements are our stubs. Also, when you run rspec they will show up in yellow.

Find those stubs and fill them out by writing tests. Once you have written the tests and can see that they are failing (red). Now make them pass (green).

Step 4: Write methods for multiply, divide, power and factorial methods.

Resources:

rspecalculator's People

Contributors

awongh avatar robertakarobin avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.