Coder Social home page Coder Social logo

simple-sinatra's Introduction

Simple Model testing for Sinatra app

This is a sample source code on how you do unit testing for models in Sinatra app

Prequisites

  1. Ruby 2.5.3

You can install it using rbenv.

If you prefer another version of ruby, you are free to change it to any version you want.

It controlled via file .ruby_version, you can either change it manually or execute:

$ rbenv local <version> # e.g rbenv local 2.5.3
  1. Bundler 2.1.4

You can install via Gem. For example:

$ gem install bundler -v 2.1.4
  1. Docker

You can install it via this link

Getting started

  1. Installing libraries (or we called it gems)

Open this project directory, execute this command below:

$ bundle config --local set path 'vendor/bundle'
$ bundle install
  1. Provisioning needed services

Open this project directory, execute this command below:

$ docker-compose up -d

It will run containers with installed mysql and database schema.

To stop it, execute:

$ docker-compose down

Running unit test

Open this project directory, execute this command below:

$ bundle exec rspec -fd

simple-sinatra's People

Contributors

qornanali avatar

Watchers

James Cloos 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.