Skip to content

skodnick/test_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEST APP

This is the 'TEST APP', dead simple client for SponsorPay API.

Prerequisites

  • Ruby 2.0.0

Installation

$ git clone https://github.com/skodnick/test_app.git
$ cd /path/to/test_app
$ bundle install

Configure

Please copy sponsor_pay_sample.yml as sponsor_pay.yml like this:

$ cd /path/to/test_app
$ cp config/sponsor_pay_sample.yml config/sponsor_pay.yml

And then make sure that every param has its value.

NOTE: These params are needed it tests as well, so please make sure that params are set for TEST environment.

Starting application

$ cd /path/to/test_app
$ bundle exec rails s
$ open http://localhost:3000

Running the tests

$ bundle exec rspec spec

About

The Test App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors