arnvald / autospec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autospec

Autospec is an automatic test runner started as a part of Discourse project. For now it works with Ruby on Rails, runs RSpec and QUnit tests.

Installation

Add this line to your application's Gemfile:

gem 'autospec'

And then execute:

$ bundle

Or install it yourself as:

$ gem install autospec

Usage

Run bundle exec rake autospec

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/autospec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Copyright / License

Autospec code was written as part of Discourse project. It was extracted to a separate codebase by Grzegorz Witek.

Copyright 2014 - 2015 Civilized Discourse Construction Kit, Inc.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

License:GNU General Public License v2.0


Languages

Language:Ruby 83.0%Language:JavaScript 16.7%Language:Shell 0.4%