Skip to content

Commit cebc12c

Browse files
author
Richard Hulse
committed
Rename project ruby-css-toolkit
Changes to names of files required
1 parent 47f55d8 commit cebc12c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

LICENSE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Ruby CSS Compressor Copyright License Agreement (BSD License)
33
Copyright (c) 2010, Richard Hulse
44
All rights reserved.
55

6+
YUI CSS files in the test suite are Copyright (c) 2009, Yahoo! Inc. All rights reserved.
7+
8+
69
Redistribution and use of this software in source and binary forms,
710
with or without modification, are permitted provided that the following
811
conditions are met:

test/function_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,8 @@ def test_at_attributes_and_preserved_strings
128128
compressed = sc.compress(css)
129129
assert_equal(expected.rstrip, sc.split_lines(compressed))
130130
end
131+
132+
def test_sort_rules
131133

134+
end
132135
end

0 commit comments

Comments
 (0)