TorinAsakura / bride

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup development env

  1. git clone https://github.com/XpaH/Svadba.org.git

  2. cd directory

  3. bundle install(resolving problems)

  4. copy config.yml.example and database.yml.example to config.yml and database.yml

  5. change adapter in database.yml to

  6. rake db:create db:migrate

#Testing

We are using rspec as test lib. For better testing you can use 2 gems spin kicker

If you don't want use this libs, run your tests as usual

  rspec

Prepare your test env

  1. ruby gem install spin

  2. ruby gem install kicker -s http://gemcutter.org

  3. ruby spin serve

  4. cd project derectory and run ```ruby kicker -r rails -b 'spin push'


See test's results in console window, where you run spin serve. If you
use mac os x as a develop platform, notifications will be performed in
top right corner of screen.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 31.6%Language:Haml 25.9%Language:SCSS 24.5%Language:JavaScript 12.3%Language:Sass 3.1%Language:CoffeeScript 1.3%Language:CSS 0.7%Language:HTML 0.5%Language:Shell 0.1%