File: strategy_spec.rb

package info (click to toggle)
ruby-string-direction 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: ruby: 657; makefile: 7; sh: 3
file content (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (3)
1
2
3
4
5
require 'spec_helper'

describe StringDirection::Strategy do
  it { expect(subject).to respond_to(:run).with(1).argument }
end