mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
RSpec is now into the whole type based tagging
Update gitignore ignore .ruby-gemset and .ruby-version
This commit is contained in:
parent
46f97aaad7
commit
59bdeb1d69
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,3 +14,5 @@ vendor/bundle
|
|||
*.DS_Store
|
||||
spec/dummy/log/*
|
||||
spec/dummy/db/*.sqlite3
|
||||
.ruby-version
|
||||
.ruby-gemset
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
require 'spec_helper'
|
||||
<% end %>
|
||||
|
||||
describe <%= class_name %>Decorator do
|
||||
describe <%= class_name %>Decorator, type: :decorator do
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue