Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,16 @@ This is `ataru_setup.rb` file for an imaginary gem `my_fancy_lib`, where instanc
require 'my_fancy_lib'

module Setup
def setup
@number = 21
end

def teardown
end

def number
12
def setup
@number = 21
end

def teardown
end

def number
12
end
end
```

Expand Down Expand Up @@ -197,8 +198,8 @@ Save the file.

## Contributing

1. Fork it ( http://github.com/<my-github-username>/ataru/fork )
1. Fork it (i.e. http://github.com/ataru/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request`
5. Create new Pull Request