0.0
No release in over 3 years
== FEATURES: * Input your data as an array of hashes * Input a report layout, built using a Ruby DSL * Outputs ASCII pivot tables suitable for fast reports * Pretty fast: takes less than a second to process 1,000 records of data by a report with 100 rows and 10 columns. == SYNOPSIS: require 'r...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
#### MultiRails by Relevance, http://thinkrelevance.com Rob Sanheim - MultiRails lead MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep. #### DESCRIPTION: MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem o...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be ad...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== FEATURES/PROBLEMS: I have written some simple tests of my "local" code, but have not attempted to mock out SmugMug or write a bunch of fragile hard coded tests. On top of that I just put the code together without tests as I was "testing" against the API. So there are a ...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
libastag is a full featured library for the Nabastag API (see http://api.nabaztag.com/docs/home.html). It provide also a minimal fake Violet HTTP Server written with WEBrick for testing purpose. Main goals are : - complete Rdoc documentations - Unit testing - Easy to use
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Interactive testing and experimentation with regular expressions. To start, type 'regexp-bench' First command: help. Current nicest feature: saving and restoring test strings from a YAML file. Biggest wishlist item: automatic rspec output.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== FEATURES/PROBLEMS: * make any call to the technorati api and recieves the raw XML response * TODO: use XML Simple to return pure Ruby structures * TODO: add options hash for additional edge cases * TODO: better testing == SYNOPSIS: t = Technorati.new( 'your api key' ) puts t.member_info( '...
2019
2020
2021
2022
2023
2024
0.01
No release in over 3 years
A lightweight unit testing framework. Tests (expectations) will be written as follows expect 2 do 1 + 1 end expect(1 + 1) == 2 expect NoMethodError do Object.invalid_method_call end.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== USAGE: require 'fityk' fityk = fityk::Engine.new fityk.get_info("version", true).split("\n") fityk.load_data 0, [1,2,3], [4,5,6], [7,8,9] fityk.get_data.entries.first fityk.get_data.entries.first.x fityk.get_data.entries.first.y fityk.get_data.entries.first.sigma == REQ...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
A class for clicking images on the screen, on windows machines. Usable for watir testing of applets, auto scripting of software etc.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
allows for in browser JavaScript Unit testing directly from your Rake script
2019
2020
2021
2022
2023
2024
0.06
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Rex provides a variety of classes useful for security testing and exploit development.
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Generates java source code that provides fluent interfaces to configure mock objects in particular states, or real objects in particular states. Intent is to make writing tests easier. Requires JRuby and QDox.
2019
2020
2021
2022
2023
2024
0.14
No release in over a year
ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. It could be used both for accessing Oracle PL/SQL API procedures in legacy applications as well as it could be used to create PL/SQL unit tests using Ruby testing libraries.
2019
2020
2021
2022
2023
2024
1.64
A long-lived project that still receives updates
test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.
2019
2020
2021
2022
2023
2024
0.87
No commit activity in last 3 years
No release in over 3 years
Webrat lets you quickly write expressive and robust acceptance tests for a Ruby web application. It supports simulating a browser inside a Ruby process to avoid the performance hit and browser dependency of Selenium or Watir, but the same API can also be used to drive real Selenium tests when nec...
2019
2020
2021
2022
2023
2024
0.0
No release in over 3 years
Ripping off other peoples hard work, or automating testing whatev. Built on Mechanize
2019
2020
2021
2022
2023
2024