amenning / GemPlayground

A place to play with gems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. After cloning the repo, install the gems:

     $ cd GemPlayground
     $ Bundle
    
  2. Create the database

     $ bin/rake db:create
     $ bin/rake db:schema:load
    

Running Tests

This repo contains various test frameworks

  1. To run rspec tests - bundle exec rspec spec/
  2. To run cucumber tests - bundle exec cucumber -s
  3. To run spinach tests - bin/rails spinach

About

A place to play with gems


Languages

Language:Ruby 84.2%Language:HTML 10.9%Language:JavaScript 2.3%Language:CSS 1.7%Language:Gherkin 0.5%Language:CoffeeScript 0.4%