Adding a Mention model, test stubs

This commit is contained in:
Eugen Rochko 2016-02-25 00:17:01 +01:00
parent 42eeecba3f
commit 71fe24096c
38 changed files with 355 additions and 47 deletions

View file

@ -28,11 +28,15 @@ gem 'ostatus2'
gem 'goldfinger'
group :development, :test do
gem 'byebug'
gem 'rspec-rails'
gem 'quiet_assets'
gem 'nyan-cat-formatter'
gem 'pry-rails'
gem 'nyan-cat-formatter'
gem 'fuubar'
end
group :test do
gem 'simplecov', require: false
end
group :development do