Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

私をHiroshima.rbのメンバーに加えてみませんか? #6

Merged
merged 3 commits into from
Sep 13, 2012
Merged
Show file tree
Hide file tree
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
10 changes: 9 additions & 1 deletion resource/member.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
github 'akira345'
twitter 'akira345'
website 'http://akira-junkbox.blogspot.com'
profile 'Hiroshima.rbで会長を困らせる係。最近WindowsPhomeに浮気気味な趣味人。ハード好き。'
profile 'Hiroshima.rbで会長を困らせる係。最近WindowsPhoneに浮気気味な趣味人。ハード好き。'
end

member do
name 'Tatsuya Furukido'
github 'furu'
twitter 'pecosantoyobe'
website 'example.com'
profile 'hi'
end
end
2 changes: 1 addition & 1 deletion spec/hiroshimarb/member_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Hiroshimarb
describe Member do
describe '.all' do
subject { Member.all }
it { should have(3).items }
it { should have(5).items }
end

describe '#to_s' do
Expand Down