Skip to content

Commit

Permalink
Two small changes to project config files
Browse files Browse the repository at this point in the history
Added --no-drb to .rspec (since --drb breaks one spec)
Expanded Vim swapfile .gitignore pattern
  • Loading branch information
nyarly committed Oct 24, 2013
1 parent 1f11efd commit 1556ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tmtags
.\#*

## VIM
*.swp
*.sw[^f]

## PROJECT::GENERAL
coverage
Expand Down
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--no-drb
--color

0 comments on commit 1556ee5

Please sign in to comment.