Sha256: 33cd0b894f923c80a5f2d9692391fdf0f0b397ca42cfebb66c9d1187f0cb379a
Contents?: true
Size: 618 Bytes
Versions: 2
Compression:
Stored size: 618 Bytes
Contents
# Look Out In charge of the observation of the code for hazards. ## Installation Add this line to your application's Gemfile: ```ruby gem 'look-out' ``` And then initialize: ```ruby LookOut.configure do |config| config.api_key = '123' config.env = Rails.env config.repo = 'sea-aye/pirate' config.user = `git config user.name`.chomp end ``` Add to your 'spec_helper.rb` ``` require 'look_out/rspec/look_out_formatter' ``` Add to your `.rspec` ``` --format LookOut::RSpec::LookOutFormatter ``` ## Usage Run specs just like normal! ## Contributing Bug reports and pull requests are welcome!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
look_out-0.1.1 | README.md |
look_out-0.1.0 | README.md |