1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mock function expectations fail with correct error message when withArgs is used but the function was not called, instead of saying the fn was called with null More... over 15 years ago
If underscore.js isEqual is defined, use it in the equal matcher More... over 15 years ago
Ignore .idea dir More... over 15 years ago
Fixed case syntax for ruby 1.9 More... over 15 years ago
Fixed exception when an indicated spec directory is not found. Now just returns 404. More... over 16 years ago
Added eq matcher, which uses === for same object comparison More... over 16 years ago
Fixed bug in mockProxy where arguments were not being forwarded properly. Print will use an inspect function to print an object if on is present More... over 16 years ago
Camelized all the code More... over 16 years ago
Screw requires its own variant of monarch view to prevent conflicts with copies of it on the load path of code under test. Using one large queue to run all specs so they run in order and don't contend with one another. More... over 16 years ago
Refactored posting to server on completion of all examples More... almost 17 years ago
Restored focused spec running capability More... almost 17 years ago
Between streaming specs the top-level spec has all of its child descriptions and examples removed but its befores and inits are left intact. Subscriptions to the children are also destroyed so that they can be garbage collected More... almost 17 years ago
Moved completion code outside of view to avoid spuriously triggering it in tests More... almost 17 years ago
Skip empty spec files in streaming runner More... almost 17 years ago
Saving show failed / show all preferences across refreshes again, this time more simply. Fixed bug in run queueing so now the browser has more breathing room between specs More... almost 17 years ago
Removed cookie-based Prefs because they didn't work well. Fixed flaky specs. More... almost 17 years ago
Added back dynamic require support. Streaming runner breaks up spec runs with an async queue to give the browser breathing room More... almost 17 years ago
Merge branch 'mmol' More... almost 17 years ago
Added total specs count to streaming runner and cleaned it up a bit More... almost 17 years ago
Added a streaming spec runner which can be accessed by a normal spec path + /streaming. It loads each file in the suite separately and minimizes visual feedback for more responsiveness in large specs suites More... almost 17 years ago
Specs running in safari More... almost 17 years ago
Nixed one more file More... almost 17 years ago
Got rid of unneeded vendor libraries after switch to monarch More... almost 17 years ago
Converted to use monarch for views More... almost 17 years ago
Halfway converted to using monarch and its module system More... almost 17 years ago
Fixed absolute path requirements on screw unit spec suite More... almost 17 years ago
Deleted worthless file More... almost 17 years ago
Expanding //= required relative paths to avoid multiple requirement of paths that are equivalent modulo '..' More... almost 17 years ago
Restored Rack 0.4.0-compatible File resource More... almost 17 years ago
Adjusted .screwrc to work with new version of ScrewUnit. Added new resource locator mechanism to new ScrewUnit. More... almost 17 years ago