0.0
No commit activity in last 3 years
No release in over 3 years
Run headless JavaScript tests with QUnit/QUnited with your Rails project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

qunited-rails runs headless QUnit tests with QUnited in your Rails 3 project.

Configuration

Add the following to your Gemfile in your Rails 3 project:

group :test, :development do
  gem 'qunited-rails'
end

The development group is necessary to run Rake tasks without having to type RAILS_ENV=test.

Next run Bundler to install the necessary gems.

$ bundle

Running Tests

$ bundle exec rake test:javascripts

Dependencies

Tests are run with PhantomJS if available, otherwise Rhino (Java) is used. This means you'll either need to have PhantomJS or Java (version 1.1 minimum) in your path to use qunited-rails.

License

qunited-rails is MIT licensed