Add as many expectations as you like:
```rspec subject { 'my value' } it { is_expected.to eql 'my value' } it { is_expected.to be_a String } ```