Fabian Rodriguez
cd7b3f54f1
Removes the following deprecation warning:
...
'method adapters is deprecated. use profiles instead'
This warning was showing up because the project was using
the gem 'simplecov-gem-adapter' which uses the old syntax.
* Remove the gem dependency
* Add a profile with the same setup that the gem has
2015-02-27 23:01:48 -02:00
Parker Moore
7ad0597bff
Make our own Minitest::Test subclass for further subclassing
2015-02-21 00:33:47 -08:00
Parker Moore
52c4ce2a5a
Finish of moving the unit tests over to Minitest
2015-02-21 00:31:07 -08:00
Parker Moore
d2b19963c1
Move from Test::Unit to Minitest.
2015-02-20 13:34:51 -08:00
Alfred Xing
29aabd84bd
Fix up tests
2015-01-19 16:23:51 -08:00
Parker Moore
9d547f74cc
Make all the tests happy.
2015-01-17 16:52:12 -08:00
Parker Moore
c1da91cf5c
Start removing mentions of Textile.
2015-01-17 16:51:28 -08:00
Parker Moore
a6781bda30
Always, always rebuild (by default) in tests.
2014-12-29 00:37:16 -05:00
Parker Moore
7227ad4ebb
Merge pull request #3116 from alfredxing/incremental
2014-12-22 08:57:50 -05:00
Matt Rogers
f8af94431d
Fix coverage reporting for built-in bundles
2014-12-02 20:50:39 -06:00
Alfred Xing
fe6bfc6f1b
Fix failing tests
2014-11-21 22:12:21 -08:00
Parker Moore
5a350788e7
Test JEKYLL_NO_BUNDLER_REQUIRE.
2014-11-05 21:04:34 -08:00
Parker Moore
8d02c5cd94
Allow override of `destination` in site_configuration in tests
2014-11-03 22:16:48 -08:00
Anatol Broder
df334e809e
Remove coverage reporting with Coveralls
2014-06-09 02:35:55 +02:00
Parker Moore
4c55c77c04
Using stderr instead of stdout
2014-05-06 13:15:19 -04:00
Parker Moore
7787d64bce
Rename those Utils functions.
2014-03-04 15:52:05 -05:00
Parker Moore
e2af1b547b
Extract core extensions into a Utils module
...
Fixes #2111
2014-03-03 22:13:03 -05:00
Parker Moore
b4b6df5b6c
Remove checks for Ruby 1.8.x
2013-12-08 00:48:10 -05:00
maul.esel
b26327f20a
simplify conditions for coverage reports
2013-09-14 15:28:41 +02:00
maul.esel
a12227c07a
setup coveralls for unit tests
2013-09-12 21:19:36 +02:00
Parker Moore
dcd7b36269
Fixing Pager test for 1.8.7.
2013-05-05 18:08:03 +02:00
Parker Moore
52efb71aa2
Added directory_with_contents() to DRY up test code and ensure folders exist in TestCommand.
2013-03-16 14:09:53 +01:00
Parker Moore
a0c0d983bf
Using a test_dir helper method for tests.
2013-03-16 13:59:40 +01:00
Parker Moore
04b60ffe7f
Merge pusewicz/bump-gems from #744
2013-01-30 23:20:23 +01:00
Parker Moore
607b4c84fd
Only running simplecov if RUBY_VERSION is 1.9 or greater, and COVERAGE env is set to 'true'
2013-01-20 22:16:23 -05:00
Matt Rogers
5e08cddb98
filter out test files in coverage results
2013-01-16 22:27:23 -06:00
Matt Rogers
00d74fa53f
Add SimpleCov to the unit tests
2013-01-16 22:20:34 -06:00
Piotr Usewicz
5d48c5390d
Add test/unit
2013-01-10 20:47:55 +00:00
stereobooster
da096f307b
Add testcases for YAML syntax error and non UTF-8 encoding
2012-12-30 02:39:02 +02:00
Tom Preston-Werner
851172b5ef
Replace rdiscount filter with config-aware markdownify.
2011-05-31 14:40:21 -07:00
Tom Preston-Werner
2ad0fbc8ff
Merge remote-tracking branch 'MattHall/redcarpet'
2011-05-29 21:38:34 -07:00
Tom Preston-Werner
6a31e650f3
Tests and specs run under 1.9.
2011-04-24 18:39:27 +08:00
Tom Preston-Werner
093a5efbe1
Merge remote-tracking branch 'jbw/ruby-v1.9' into devel
2011-04-23 18:08:34 +08:00
MattHall
cf779b2760
Added Redcarpet for MD conversion
2011-04-20 10:04:42 +01:00
Jason Graham
ac7a0cc95f
Add Kramdown support and tests
2010-11-20 17:40:27 -08:00
Jason Watson
de7e0011f9
Add some colouring to the unit tests.
2010-08-31 03:41:00 +01:00
Jason Watson
4aae2a7bc7
RedGreen is broken in 1.9.2. Test::Unit has colouring ability now.
2010-08-30 22:57:13 +01:00
Tom Preston-Werner
de8bd48154
Maruku is now the only processor dependency installed by default. Closes #57 .
...
Other processors will be lazy-loaded when necessary (and prompt the
user to install them when necessary).
2010-06-22 15:17:39 -07:00
Kris Brown
39a487cdf0
redcloth set to >= 4.2.1
2010-01-02 13:17:58 +00:00
Nick Quaranto
237df13778
Upgrading RedCloth to 4.2.1, which fixed <notextile> tags
2009-06-24 07:53:13 -04:00
Nick Quaranto
a42690dd38
Freezing to RedCloth 4.1.0 just for the tests
2009-05-06 12:41:16 -07:00
Nick Quaranto
ae4e7725bf
Bringing back the test_site tests
2009-03-18 08:37:03 -04:00
Nick Quaranto
479d8c7572
Allowing the dest_dir and source_dir helpers to take arguments so tests aren't littered with File.joins
2009-03-17 23:23:47 -04:00
Nick Quaranto
c60be9c571
Stubbing out the configuration makes for much less warnings.
2009-03-17 23:17:51 -04:00
Nick Quaranto
ab262a2ab5
Stubbing out configuration with RR and making sure include tags get rendered
2009-03-17 23:07:18 -04:00
Josh Nichols and Nick Quaranto
a5155c8e00
Fixed tests (... or commented them out). We rule.
2009-03-17 21:13:08 -04:00
Nick Quaranto
8807c7660b
Starting conversion to shoulda
2009-03-05 21:54:52 -05:00
Nick Quaranto
1211f23b53
Adding support for setting post categories through YAML if not specified by directory structure
2009-02-10 01:12:20 -05:00
Tom Preston-Werner
bffdeee637
rename to Jekyll
2008-11-17 11:07:54 -08:00
Tom Preston-Werner
551ca08296
rename to conveyer
2008-11-16 21:29:15 -08:00
Tom Preston-Werner
f06d2e60da
clean up tests
2008-10-19 22:21:45 -07:00
Tom Preston-Werner
6fb91f4f7d
cleanup and tests
2008-10-19 19:45:47 -07:00