mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
9 lines
110 B
Ruby
9 lines
110 B
Ruby
![]() |
require 'rspec'
|
||
|
|
||
|
describe 'My behaviour' do
|
||
|
|
||
|
it 'should do something' do
|
||
|
|
||
|
true.should == false
|
||
|
end
|
||
|
end
|