Skip to content

Instantly share code, notes, and snippets.

@sanemat
Last active August 29, 2015 14:15
Show Gist options
  • Save sanemat/49082f3766a063a70595 to your computer and use it in GitHub Desktop.
Save sanemat/49082f3766a063a70595 to your computer and use it in GitHub Desktop.
bundler v1.8.2

bundle gem checkstyle_filter-git -t minitest で生成したテストディレクトリ

[sane@indi checkstyle_filter-git]$ tree test/                                               
test/
├── minitest_helper.rb
└── test_checkstyle_filter
    └── git.rb

1 directory, 2 files

こうかな? と思って手元ではこれに変えてみた どうなんだろう

$ tree test/
test/
├── checkstyle_filter
│   └── test_git.rb
└── minitest_helper.rb

1 directory, 2 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment