summaryrefslogtreecommitdiff
path: root/spec/features/variables_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert to RSpec3 syntax via transpecrs-rspec3Robert Speicher2015-08-301-1/+1
| | | | | | | Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive
* Use `eq` instead of `==` in matchersRobert Speicher2015-08-301-1/+1
|
* Add `feature: true` metadata to feature specsRobert Speicher2015-08-301-1/+1
|
* `page.should[_not]` -> `expect(page).[not_]to`Robert Speicher2015-08-301-1/+1
|
* Fix specsfix-variable-saving-errorKamil Trzcinski2015-08-211-1/+1
|
* specs for variablesValery Sizov2015-06-051-0/+26