Skip to content

Commit

Permalink
fixeando coveralls1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alu0100761948 committed Dec 21, 2018
1 parent 2904c0e commit e22a24a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ source "https://rubygems.org"
group :development do
gem 'guard-bundler', require: false
gem 'guard-rspec', require: false
gem 'coveralls', require: false
end

gem 'rspec', '~> 3.0'
gem 'minitest'
gem 'test-unit'
gem 'rdoc', '~> 6.1.0.beta2'
gem 'rake', '~> 12.3.2'

gem 'coveralls', '~> 0.8.22'



Expand Down
4 changes: 2 additions & 2 deletions spec/menud_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



describe Individuo do
RSpec.describe Individuo do


before :each do
Expand Down Expand Up @@ -648,7 +648,7 @@



describe EtiquetaN do
RSpec.describe EtiquetaN do

before :each do

Expand Down
5 changes: 2 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require "bundler/setup"
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'bundler/setup'
require 'menud'
require 'coveralls'
Coveralls.wear!

=begin

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = ".rspec_status"
Expand All @@ -16,4 +16,3 @@
c.syntax = :expect
end
end
=end

0 comments on commit e22a24a

Please sign in to comment.