RSpec is now into the whole type based tagging

Update gitignore

ignore .ruby-gemset and .ruby-version
This commit is contained in:
Kurtis Rainbolt-Greene 2015-06-01 16:17:54 -07:00 committed by Morgan Lieberthal
parent 46f97aaad7
commit 59bdeb1d69
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -14,3 +14,5 @@ vendor/bundle
*.DS_Store
spec/dummy/log/*
spec/dummy/db/*.sqlite3
.ruby-version
.ruby-gemset

View File

@ -4,6 +4,6 @@
require 'spec_helper'
<% end %>
describe <%= class_name %>Decorator do
describe <%= class_name %>Decorator, type: :decorator do
end