WebSocket framework for Ruby on Rails.
minimalistic-assert ===
The assert module from Node.js, for the browser.
Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard
A modernized, esm-only fork of qs without unnecessary polyfills
Synchronous validation of a path existing either as a file or as a directory.
correct invalid SPDX expressions
assert with status codes
A robust, ES3 compatible, "has own property" predicate.
Extra assertions on top of node's assert module
Rails UJS for the react-rails gem
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
What is the type of this builtin JS value?
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Which kind of boxed JS primitive is this?
Is this specifier a node.js core module?
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
`Object.defineProperty`, but not IE 8's broken one.
Robustly get the length of a Typed Array
A helper to optimistically set Symbol.toStringTag, when possible.
Use webpack to manage app-like JavaScript modules in Rails
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Use Assert for testing Rails applications.
This gem can compare doms and assert certain elements exists in doms using Nokogiri.
Goal is to provide custom, high quality and high level assertions for Ruby and Ruby on Rails
Selenium RC with Rails integration and enhanced assertions.
Konacha is a Rails engine that allows you to test your JavaScript with the mocha test framework and chai assertion library. It is similar to Jasmine and Evergreen, but does not attempt to be framework agnostic. By sticking with Rails, Konacha can take full advantage of features such as the asset pipeline and engines.
There's a few blocks of code I had to write in tests over and over again. To save time and effort, I made them assertions. These are the ones I came up with so far.
The gem minitest-rails-assertions extends MiniTest to add some assertions to Rails tests.
Chai.js matchers for Backbone.js framework
Rails testing assertions for checking your html is generated correctly.
An rspec custom matcher to assert Rails action and fragment caching.
Add useful JSON assertions to your Rails controller tests.
Selenium RC with enhanced assertions that also runs your rails app.