File: rspec-instafail.gemspec

package info (click to toggle)
ruby-rspec-instafail 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 18
  • sloc: ruby: 238; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
name = 'rspec-instafail'
require './lib/rspec/instafail/version'

Gem::Specification.new name, RSpec::Instafail::VERSION do |s|
  s.summary = "Show failing specs instantly"
  s.authors = ["Michael Grosser"]
  s.email = "michael@grosser.it"
  s.homepage = "https://github.com/grosser/#{name}"
  s.files = `git ls-files lib Readme.md`.split("\n")
  s.license = "MIT"
  s.add_runtime_dependency "rspec"
end