jcasimir / locale_setter_test

Rails Test Application for LocaleSetter Gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocaleSetter Test Application

This application exists to be a black-box test harness for the LocaleSetter gem (https://github.com/jcasimir/locale_setter). It exercises the four happy-paths of locale determination.

Running the Specs

First, install dependencies:

bundle

Then prepare the database:

rake db:setup

Then execute the specs:

rake

All specs should pass.

About

Rails Test Application for LocaleSetter Gem


Languages

Language:Ruby 95.0%Language:JavaScript 2.9%Language:CoffeeScript 2.1%