All Projects → taylorrf → rubybookshelf

taylorrf / rubybookshelf

Licence: other
The Thoughtbot contest Winner application

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to rubybookshelf

Everydayrails Rspec 2017
Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
Stars: ✭ 280 (+1900%)
Mutual labels:  tdd, rspec
Nspec
A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Stars: ✭ 242 (+1628.57%)
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 (+6328.57%)
Mutual labels:  tdd, rspec
ginkgo4j
A Java BDD Testing Framework (based on RSpec and Ginkgo)
Stars: ✭ 25 (+78.57%)
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 (+1192.86%)
Mutual labels:  tdd, rspec
CtCI-with-Ruby-TDD
Cracking the Coding Interview with Ruby and TDD
Stars: ✭ 44 (+214.29%)
Mutual labels:  tdd, rspec
apitest
Apitest is declarative api testing tool with JSON-like DSL.
Stars: ✭ 88 (+528.57%)
Mutual labels:  tdd
rspec-storage
RSpec output test report to any stroage (current support is [s3, gcs])
Stars: ✭ 22 (+57.14%)
Mutual labels:  rspec
cucumber
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
Stars: ✭ 322 (+2200%)
Mutual labels:  tdd
showroom
Universal development and automated test environment for web components
Stars: ✭ 89 (+535.71%)
Mutual labels:  tdd
subjuster
A Ruby based CLI for Subtitle adjustment | TDD Guide for Software Engineers
Stars: ✭ 17 (+21.43%)
Mutual labels:  tdd
tdd-demo-forumphp2020
Live coding examples used during Forum PHP 2020 talk "Too many mocks killed the test: What Hexagonal Architecture has changed"
Stars: ✭ 25 (+78.57%)
Mutual labels:  tdd
bdd-for-c
A simple BDD library for the C language
Stars: ✭ 90 (+542.86%)
Mutual labels:  tdd
allure-rspec
Deprecated, use https://github.com/allure-framework/allure-ruby instead
Stars: ✭ 30 (+114.29%)
Mutual labels:  rspec
spree-postal-service
Weight based calculator for Spree Commerce.
Stars: ✭ 21 (+50%)
Mutual labels:  rspec
limestone-accounts
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
Stars: ✭ 97 (+592.86%)
Mutual labels:  rspec
automock
A library for testing classes with auto mocking capabilities using jest-mock-extended
Stars: ✭ 26 (+85.71%)
Mutual labels:  tdd
BDTest
BDTest - A Testing Framework for .NET
Stars: ✭ 58 (+314.29%)
Mutual labels:  tdd
TestBox
TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.
Stars: ✭ 54 (+285.71%)
Mutual labels:  tdd
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (+100%)
Mutual labels:  tdd

Ruby Bookshelf

Build Status

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up your machine with this script.

After setting up, you can run the application using foreman:

% foreman start

If you don't have foreman, see Foreman's install instructions. It is purposefully excluded from the project's Gemfile.

Useful Links

Guidelines

Use the following guides for getting things done, programming well, and programming in style.

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].