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

Spec don't pass on MacOS #60

Closed
pboling opened this issue May 5, 2022 · 3 comments
Closed

Spec don't pass on MacOS #60

pboling opened this issue May 5, 2022 · 3 comments

Comments

@pboling
Copy link
Collaborator

pboling commented May 5, 2022

Changing the focus of this issue to "Specs don't pass on MacOS".

..................F..F..............

Failures:

  1) OS has working cpu count method
     Failure/Error: assert (cpu_count & (cpu_count - 1)) == 0 # CPU count is normally a power of 2
     Test::Unit::AssertionFailedError:
       <false> is not true.
     # ./spec/os_spec.rb:124:in `block (2 levels) in <top (required)>'

  2) OS should provide a path to directory for application config
     Failure/Error: assert OS.app_config_path('appname') == '/home/xdg/Library/Application Support/appname'
     Test::Unit::AssertionFailedError:
       <false> is not true.
     # ./spec/os_spec.rb:150:in `block (2 levels) in <top (required)>'

Finished in 0.03682 seconds
36 examples, 2 failures

The previous issue related to upgrading to RSpec 3 will be in #67

@rdp
Copy link
Owner

rdp commented May 6, 2022 via email

@pboling
Copy link
Collaborator Author

pboling commented May 6, 2022

@rdp I'll have PRs for most or all of the issues I added soon! See #27

pboling added a commit to pboling/moss that referenced this issue Dec 11, 2022
@pboling pboling changed the title Test suite does not run Spec don't pass on MacOS Dec 11, 2022
@pboling
Copy link
Collaborator Author

pboling commented Dec 11, 2022

@rdp #59 fixes this issue.

@pboling pboling mentioned this issue Dec 11, 2022
11 tasks
pboling added a commit that referenced this issue Dec 15, 2022
🚑️ Remove circular dependency, fixes #55, #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants