You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's standardize on what Jasmine does: describe declares a "suite" and it declares a "spec".
This will make it less confusing for future users and contributors, and is especially important for ExampleSpec since that is what people see first when they find Spectrum on GitHub.
To do:
Read/seach through Spectrum's tests to find usages and mis-usages of "suite", "spec", and "test"
Update test code to reflect proper terms
The text was updated successfully, but these errors were encountered:
Let's standardize on what Jasmine does:
describe
declares a "suite" andit
declares a "spec".This will make it less confusing for future users and contributors, and is especially important for
ExampleSpec
since that is what people see first when they find Spectrum on GitHub.To do:
The text was updated successfully, but these errors were encountered: