-
Updated
Nov 19, 2020 - Ruby
Testing
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Here are 313 public repositories matching this topic...
Describe the problem
when executing an inspec profile from a remote repository with a default branch not named master the following error is returned.
inspec exec https://github.com/org/profile.git
Profile git dependency failed - unable to resolve ma
-
Updated
Apr 2, 2020 - Ruby
-
Updated
Mar 20, 2015 - Ruby
-
Updated
Sep 16, 2020 - Ruby
I really like enforcing one expectation per example. But with RSpec's exception matching, you need two expect calls if you want to assert something about an exception:
expect { my_code }.to raise_error(MyErrorType) do |error|
expect(error.message).to match /something went wrong/
end
There's no way to match against the error message without first wrapping the call, and RSpec o
-
Updated
Mar 9, 2020 - Ruby
-
Updated
Nov 21, 2020 - Ruby
-
Updated
Oct 13, 2020 - Ruby
-
Updated
Nov 13, 2020 - Ruby
-
Updated
Aug 30, 2017 - Ruby
-
Updated
Oct 21, 2020 - Ruby
-
Updated
Oct 21, 2020 - Ruby
-
Updated
Oct 19, 2020 - Ruby
-
Updated
Jun 17, 2020 - Ruby
-
Updated
May 15, 2018 - Ruby
-
Updated
Aug 3, 2020 - Ruby
-
Updated
Jul 31, 2020 - Ruby
- Wikipedia
- Wikipedia
Testing apps
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows
Hi there,
I think this can be a good issue for a first-time contributor. It would be great if we can increase documentation for the DatabaseCleaner::Configuration API: https://github.com/DatabaseCleaner/database_cleaner/blob/master/lib/database_cleaner/configuration.rb#L56-L72
Even though methods are pretty self-explanatory, I think it is a good idea to maintain a complete documentation for