File: win.rb

package info (click to toggle)
ruby-rspec-logsplit 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: ruby: 133; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
shared_examples "win" do
  it "works" do
    Demo.logger.info "works"
  end

  context "mainframe" do
    it "hacks" do
      Demo.logger.info "hacks"
    end
  end
end