Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import mspec tests to run our spec code #2508

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4462584
Import be_an_instance_of_spec of mspec
herwinw Jan 17, 2025
b358ea6
Cobble a passing mspec test together
herwinw Jan 17, 2025
98d73bd
Split existing BeInstanceOfExpectation into Matcher and Excpectation
herwinw Jan 17, 2025
b9b2148
Add stub files to fix the includes of the upstream mspec specs
herwinw Jan 18, 2025
783f3f2
Import BeAnInstanceOfMatcher from mspec
herwinw Jan 18, 2025
702a504
Remove BeInstanceOfExpectation
herwinw Jan 18, 2025
9d9d7aa
Import BeKindOfMatcher from mspec
herwinw Jan 18, 2025
40197a6
Import BeNilMatcher from mspec
herwinw Jan 18, 2025
8942dac
Sync spec_helper in mspec tests with upstream file
herwinw Jan 18, 2025
398b75a
Import BeAncestorOfMatcher from mspec
herwinw Jan 18, 2025
781e715
Import BlockingMatcher from mspec
herwinw Jan 18, 2025
8fb4c20
Import EqlMatcher from mspec
herwinw Jan 18, 2025
c332aec
Import BeEmptyMatcher from mspec
herwinw Jan 18, 2025
7e7ca93
Remove mspec tests from our repo
herwinw Jan 18, 2025
35507af
Import BeTrueMatcher from mspec
herwinw Jan 18, 2025
7721541
Import BeFalseMatcher from mspec
herwinw Jan 18, 2025
6be7ed0
Import EqualMatcher from mspec
herwinw Jan 18, 2025
42f56d3
Import EqualElementMatcher from mspec
herwinw Jan 18, 2025
c58b931
Import BeTrueOrFalseMatcher from mspec
herwinw Jan 18, 2025
eabce11
Import BeCloseMatcher from mspec
herwinw Jan 18, 2025
bea07c5
Import BeComputedByMatcher from mspec
herwinw Jan 18, 2025
04c4d2f
Import BeNanExpectation from mspec
herwinw Jan 18, 2025
e034567
Import InfinityMatcher from mspec
herwinw Jan 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/support/mspec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class MSpec
module MSpec
def self.features
@features || {}
end
Expand Down
Loading
Loading