aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_inreplace.rb
AgeCommit message (Collapse)Author
2014-09-28Make inreplace errors fatalJack Nagel
Closes #32649. Closes #32703.
2014-09-27Revert "Add test for inreplace sub!/gsub! with hash argument"Jack Nagel
Ruby 1.8 doesn't support this, so we don't officially support it (yet). This reverts commit 7d5eb6f5e2da42c1378fefb63fde55cae97a3909.
2014-09-27Add test for inreplace sub!/gsub! with hash argumentJack Nagel
2014-09-27Add test for inreplace sub!/gsub!Jack Nagel
2014-09-26Add missing test for inreplace with tabsJack Nagel
2014-09-26Fix formatting in inreplace testsJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2013-02-15Add test for String#get_make_varJack Nagel
2012-07-04tests: clean up whitespaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-04Prune some requires from test filesJack Nagel
testing_env already requires utils; set up the ARGV and ENV extensions there as well. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Move string extensionsAdam Vandenberg
2010-04-06Move inreplace tests to separate file.Adam Vandenberg
2010-03-16Use tab/space when finding vars (and not newlines).Adam Vandenberg
2010-03-16Fix `change_make_var!` for empty variables.Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-09remove_make_var! should not leave an empty assignmentAdam Vandenberg
2010-02-02Update test suite.Adam Vandenberg
* Break single test case class into several test cases. * Fix broken arch test. * Make update tests optional (seem to only work for mxcl). * Add more tests. * Move fixtures to separate folder.