compass/test
Chris Eppstein b07f303d9b Merge branch 'stable'
* stable: (36 commits)
  Tweak the changelog.
  [CSS3] The box-shadow $spread value now defaults to using the browser default instead of 0.
  update the lockfile
  some todos
  Move the contributing guide to the tutorials section.
  add on-page anchors to the command line reference page.
  Better docs on the grid image command.
  Move the tutorials to the main nav... I don't think most people see it.
  Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207
  Add a note about the colorization change.
  Add a note about the compass validator
  Only colorize the action when logging results.
  Update to use the new compass validator during development.
  Fix broken test cases.
  Support true in addition to the inset keyword for the box-shadow mixin. Closes GH-206
  IE8 compat for :last-child selector
  Make the compass configuration file more self documenting by adding comments for preferred_syntax, output_style, and line_comments.
  Pass --no-line-comments to disable line comments.
  A little less noise during installation.
  Change the default Sass directory in standalone projects from src to sass. Closes GH-203
  ...

Conflicts:
	TODO.md
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	features/command_line.feature
	features/step_definitions/command_line_steps.rb
	lib/compass/commands/write_configuration.rb
2010-11-11 21:45:07 -08:00
..
fixtures/stylesheets Don't set the display in the box-flex mixin. This makes nested flex boxes annoying. Closes GH-207 2010-10-31 00:56:57 -07:00
command_line_helper.rb Make these damn tests pass in ruby 1.9. Evidently, you have to read from $stdin explicitly. 2010-01-18 12:34:37 -08:00
command_line_test.rb Merge branch 'stable' 2010-11-11 21:45:07 -08:00
compass_png_test.rb removed RMagic dependecy 2009-12-30 19:38:41 +01:00
compass_test.rb Verify all sass files generate the correct css in the test fixtures. 2010-05-31 13:48:25 -07:00
configuration_test.rb Fix broken test cases. 2010-10-30 21:59:38 -07:00
io_helper.rb A helper function for capturing the output of a pipe. 2009-10-26 09:24:38 -07:00
rails_helper.rb Gemfiles for testing and a rails test helper that works for both rails 2 and rails 3. 2010-08-28 13:58:08 -07:00
rails_integration_test.rb Fixed a regression in the rails installer. 2010-05-31 13:12:05 -07:00
sass_extensions_test.rb adjust & scale lightness and saturation 2010-11-11 21:30:59 -08:00
test_case_helper.rb [Examples] Refactor the module and file loading for Sass Extensions and application integration. Fixed broken unit tests. 2009-06-20 12:29:14 -07:00
test_helper.rb test scenario for the rails project initialization. 2009-10-25 20:15:31 -07:00
test_rails_helper.rb [Rails] image_url() now integrates with the rails asset handling code when stylesheets are generated within the rails container. 2009-06-20 12:29:31 -07:00