rspec-virtus
rspec-virtus copied to clipboard
Simple RSpec matchers for Virtus objects
Results
4
rspec-virtus issues
Sort by
recently updated
recently updated
newest added
Currently We have to use old syntax for matching: ``` ruby it { expect(described_class).to have_attribute(:title) } ``` It would be much nicer if we could keep the old implementation, as...
With the current version it is not possible to test attribute type if attribute type is **boolean**. The current implementation uses method `Attribute#primitive` to fetch and compare types, which in...