Skip to content

Full behavior specs included

Pre-release
Pre-release
Compare
Choose a tag to compare
@jasonfb jasonfb released this 28 Apr 12:56
· 597 commits to main since this release

• Very pleased to introduce full behavior specs as part of the generated code.
You can find them in specs/system/, generated by default on all built code

They are built for Rspec with Capybara and look, unsurprisingly, just like Capybara specs

HG005exm – pronouns_behavior_spec rb 2021-04-28 08-52-35

•  Also many fixes involving nesting and authentication

The complete git diff since the last release v0.9.0 (sorry I skipped the release notes for that version). There are few odds & ends but the bulk of this release is the automatic behavior spec coverage.

commit dc1c81d (HEAD -> main, tag: v0.1.0, origin/main)
Author: Jason Fleetwood-Boldt [email protected]
Date: Wed Apr 28 08:48:29 2021 -0400

release notes for 0.1.0; fixes internal specs (removes old request spec assertions)

commit ea132a0
Author: Jason Fleetwood-Boldt [email protected]
Date: Wed Apr 28 08:43:16 2021 -0400

Update README.md

commit 379cd98
Author: Jason Fleetwood-Boldt [email protected]
Date: Wed Apr 28 08:42:18 2021 -0400

read me and prepares for v0.1.0

commit 745bbbc
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 20:35:09 2021 -0400

working field-by-field behavior specs (generated in spec/system)

commit 5787b84
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 20:03:53 2021 -0400

a reasonable system spec output

commit 022767e
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 19:59:37 2021 -0400

almost finished skinned system behavior specs

commit c2b271d
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 16:55:41 2021 -0400

behavior spec generating

commit f425663
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 16:00:34 2021 -0400

takes away failing snapshot test

commit 4cdffaf
Author: Jason Fleetwood-Boldt [email protected]
Date: Tue Apr 27 15:54:37 2021 -0400

fixes for objects with @ symbols, fixes nest chain

commit bc16e65
Author: Jason Fleetwood-Boldt [email protected]
Date: Mon Apr 19 18:34:46 2021 -0400

spec fixes; makes error messages more robust; spec coverage for --nest option