Skip to content

Commit

Permalink
Merge pull request #10 from mocktools/develop
Browse files Browse the repository at this point in the history
RSpec::Mock v0.3.1
  • Loading branch information
bestwebua authored Nov 8, 2024
2 parents 16f78ff + b8e849a commit 13af086
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-11-08

### Fixed

- Fixed CLI broken import.

## [0.3.0] - 2024-11-08

### Added
Expand Down
7 changes: 7 additions & 0 deletions lib/rspec/mock/migration_analytics/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
require 'colorize'
require 'terminal-table'

require_relative 'tracker/base'
require_relative 'tracker/flexmock'
require_relative 'tracker/rspec'
require_relative 'file_analyzer'

module RSpec
module Mock
module MigrationAnalytics
Expand Down Expand Up @@ -183,3 +188,5 @@ def create_file_row(result)
end
end
end

RSpec::Mock::MigrationAnalytics::Cli.call if __FILE__.eql?($PROGRAM_NAME)
2 changes: 1 addition & 1 deletion lib/rspec/mock/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module Mock
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end

0 comments on commit 13af086

Please sign in to comment.