All Projects → JESii → CtCI-with-Ruby-TDD

JESii / CtCI-with-Ruby-TDD

Licence: GPL-2.0 license
Cracking the Coding Interview with Ruby and TDD

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to CtCI-with-Ruby-TDD

rubybookshelf
The Thoughtbot contest Winner application
Stars: ✭ 14 (-68.18%)
Mutual labels:  tdd, rspec
Dockerspec
A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
Stars: ✭ 181 (+311.36%)
Mutual labels:  tdd, rspec
Everydayrails Rspec 2017
Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
Stars: ✭ 280 (+536.36%)
Mutual labels:  tdd, rspec
Nspec
A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Stars: ✭ 242 (+450%)
Mutual labels:  tdd, rspec
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (+1945.45%)
Mutual labels:  tdd, rspec
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (-43.18%)
Mutual labels:  tdd, rspec
vscode-jest-runner
Simple way to run or debug a single (or multiple) tests from context menu
Stars: ✭ 189 (+329.55%)
Mutual labels:  tdd
xv
❌ ✔️ zero-config test runner for simple projects
Stars: ✭ 588 (+1236.36%)
Mutual labels:  tdd
oletus
Minimal ECMAScript Module test runner
Stars: ✭ 43 (-2.27%)
Mutual labels:  tdd
karma-reporter
A plugin for running clojurescript tests with Karma.
Stars: ✭ 23 (-47.73%)
Mutual labels:  tdd
TddCourse
Kod źródłowy do kursu TDD na blogu dariuszwozniak.NET.
Stars: ✭ 18 (-59.09%)
Mutual labels:  tdd
curso-javascript-testes
Código-fonte do curso "Aprenda a testar Aplicações Javascript"
Stars: ✭ 60 (+36.36%)
Mutual labels:  tdd
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-47.73%)
Mutual labels:  tdd
gruf-rspec
RSpec helper suite for gruf
Stars: ✭ 19 (-56.82%)
Mutual labels:  rspec
react-atdd-playground
Template to (deliberate) practice your test-driven development skills.
Stars: ✭ 14 (-68.18%)
Mutual labels:  tdd
rspec-json matchers
A collection of RSpec matchers for testing JSON data.
Stars: ✭ 23 (-47.73%)
Mutual labels:  rspec
LetsGitHubSearch
Let'Swift 18 Workshop - Let's TDD
Stars: ✭ 60 (+36.36%)
Mutual labels:  tdd
the-solo-developers-manifesto
This guide will help solo developers achieve what could be achieved by teams by God's mercy
Stars: ✭ 97 (+120.45%)
Mutual labels:  tdd
souls
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
Stars: ✭ 327 (+643.18%)
Mutual labels:  rspec
axon
Autogenerate Integration Tests
Stars: ✭ 49 (+11.36%)
Mutual labels:  tdd

Cracking the Coding Interview - in Ruby with Rspec/TDD

Ruby solutions to various questions in the "Cracking the Coding Interview" book by Gayle Laakmann McDowell.

Also included are other puzzles given to me on coding intervews and/or ones that I just found interesting.

##Running the tests

You can run the tests for each individual exercise as follows: rspec / So, for example, to run the spec for exercise 9.4a_subsets.rb, you would: rspec chapter_09/9.4a_subsets.rb

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].