commit
f20f25f88f
|
@ -0,0 +1,7 @@
|
||||||
|
language: ruby
|
||||||
|
rvm: 2.1
|
||||||
|
before_script:
|
||||||
|
- cp config/database.yml.postgres config/database.yml
|
||||||
|
- cp config/justask.yml.example config/justask.yml
|
||||||
|
- bundle exec rake db:setup
|
||||||
|
- bundle exec rake db:migrate
|
1
Gemfile
1
Gemfile
|
@ -71,6 +71,7 @@ group :production do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
gem 'rake'
|
||||||
gem 'thin'
|
gem 'thin'
|
||||||
gem 'rspec-rails', '~> 3.0.0'
|
gem 'rspec-rails', '~> 3.0.0'
|
||||||
gem 'factory_girl_rails', require: false
|
gem 'factory_girl_rails', require: false
|
||||||
|
|
|
@ -496,6 +496,7 @@ DEPENDENCIES
|
||||||
rails (= 4.2.1)
|
rails (= 4.2.1)
|
||||||
rails-assets-growl
|
rails-assets-growl
|
||||||
rails_admin
|
rails_admin
|
||||||
|
rake
|
||||||
redcarpet
|
redcarpet
|
||||||
redis
|
redis
|
||||||
rspec-rails (~> 3.0.0)
|
rspec-rails (~> 3.0.0)
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
require 'rails_helper'
|
|
||||||
|
|
||||||
RSpec.describe SubscribeController, :type => :controller do
|
|
||||||
|
|
||||||
end
|
|
Loading…
Reference in New Issue