jorgeants / RDTestSite

Site for test the RDTestApp application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDTestApp

The application that show users that accessed the partners sites

Dependecies

  • Ruby version 2.3.4
  • Bundler
  • PostgreSQL version 9.2 or above

Prepare

Clone this repository and execute the comands in your terminal:

bundle install

rails db:create db:migrate

rails db:create db:migrate RAILS_ENV=test

Up the server

For run the application and view in your browser, run this:

rails s -p 3001

Tests

This application use Rspec and Capybara for tests. Run with the command:

rspec spec

About

Site for test the RDTestApp application


Languages

Language:Ruby 72.5%Language:HTML 19.2%Language:JavaScript 4.6%Language:CSS 3.7%