File: rspec_matchers.rb

package info (click to toggle)
ruby-multi-test 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: ruby: 136; sh: 38; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'multi_test'
# Now we create the world
MultiTest.extend_with_best_assertion_library(self)

# Now we execute a scenario and assert something
expect(1).to eq(1)