jekyll/test
Matt Rogers ff504a39ba Ignore `.bundle` when generating test coverage
Fix the code coverage reporting when using `.bundle` to store my gems in
by having SimpleCov ignore that directory. Use of `.bundle` to store my
gems consolidates things since since that directory also holds the
bundler config file. It also keeps a `vendor` directory out of the
project tree for non-Rails projects.  Simplecov was not ignoring that
directory though, which meant that the code coverage numbers I were
seeing locally were wrong (and very frightening). With this change, all
is right with the world once again. 😃
2015-10-15 20:59:34 -05:00
..
fixtures Remove trailing whitespace 2015-02-22 20:27:15 +09:00
source Make _includes directory configurable; closes #2684 2015-08-09 16:20:58 +01:00
helper.rb Ignore `.bundle` when generating test coverage 2015-10-15 20:59:34 -05:00
simplecov_custom_profile.rb Move simplecov_custom_profile to test/ & gate with TRAVIS env 2015-03-01 00:36:20 -08:00
test_cleaner.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_coffeescript.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_collections.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_command.rb Create #mock_expects that goes directly to RSpec Mocks. 2015-04-14 14:20:55 -05:00
test_configuration.rb Make _includes directory configurable; closes #2684 2015-08-09 16:20:58 +01:00
test_convertible.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_document.rb Separated some more readers from the main reader.rb file. 2015-03-06 17:20:25 +01:00
test_draft.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_entry_filter.rb Merge pull request #3545 from delftswa2014/site_extract_readers 2015-03-23 19:53:07 -07:00
test_excerpt.rb switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
test_filters.rb filters: `where` should compare stringified versions of input & comparator 2015-08-25 23:00:58 -07:00
test_front_matter_defaults.rb fixing typo on line 31 2015-06-08 13:24:53 -03:00
test_generated_site.rb generated site tests: put the static file mod time through a date filter 2015-04-14 11:52:26 -07:00
test_kramdown.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_layout_reader.rb Use rspec-mock instead of rr 2015-03-06 20:13:07 -05:00
test_liquid_extensions.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_liquid_renderer.rb Add byte counter 2015-06-07 16:49:22 +00:00
test_log_adapter.rb remove non-essential with() statement 2015-04-18 23:36:12 -07:00
test_new_command.rb Use rspec-mock instead of rr 2015-03-06 20:13:07 -05:00
test_page.rb Separated some more readers from the main reader.rb file. 2015-03-06 17:20:25 +01:00
test_path_sanitization.rb Use rspec-mock instead of rr 2015-03-06 20:13:07 -05:00
test_plugin_manager.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_post.rb always include file extension on destination files 2015-03-02 21:20:54 -08:00
test_rdiscount.rb Add support for JRuby, it was easier than assumed. 2015-05-15 07:10:22 -05:00
test_redcarpet.rb Fix: #3738; Move code wrapper from div to figure. 2015-06-10 15:20:44 -05:00
test_regenerator.rb typofix in test/test_regenerator.rb 2015-08-08 21:28:36 +01:00
test_related_posts.rb Add support for JRuby, it was easier than assumed. 2015-05-15 07:10:22 -05:00
test_sass.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_site.rb Merge branch 'master' of https://github.com/jekyll/jekyll into _includes 2015-08-09 16:22:33 +01:00
test_static_file.rb Adapt StaticFile for collections, config defaults 2015-06-29 19:58:27 -04:00
test_tags.rb Merge branch 'master' of https://github.com/jekyll/jekyll into _includes 2015-08-09 16:22:33 +01:00
test_url.rb Make our own Minitest::Test subclass for further subclassing 2015-02-21 00:33:47 -08:00
test_utils.rb Separated some more readers from the main reader.rb file. 2015-03-06 17:20:25 +01:00