This 30-minute talk introduces some tips for developers to start doing TDD at work.
-
Updated
Aug 27, 2013
rspec is a computer domain-specific language (DSL) testing tool written in the programming language Ruby to test Ruby code. It is a behavior-driven development (BDD) framework which is extensively used in production applications. The basic idea behind this concept is that of test-driven development (TDD) where the tests are written first and the development is based on writing just enough code that will fulfill those tests followed by refactoring. It contains its own mocking framework that is fully integrated into the framework based upon JMock. The simplicity in the RSpec syntax makes it one of the popular testing tools for Ruby applications.
This 30-minute talk introduces some tips for developers to start doing TDD at work.
In progress Rails blog with React frontend
Ruby on Rails application that implements a subset of the functionalities in the Slack app.
Bootstrap project to run standalone Capybara against a remote application
Remote Learning Management System
An image intended to run Docker image tests using RSpec and ServerSpec.
Ruby + Docker + ElasticSearch + PG + Rspec