Skip to content

Instantly share code, notes, and snippets.

@jz5
Created February 24, 2014 14:33
Show Gist options
  • Save jz5/9189400 to your computer and use it in GitHub Desktop.
Save jz5/9189400 to your computer and use it in GitHub Desktop.
require './pronama'
describe Pronama do
# before {@pronama = Pronama.new}
# it "プロ生ちゃんマジ天使!" do
# expect(@pronama.プロ生ちゃん).to eq "プロ生ちゃんマジ天使!"
# end
# let(:pronama){Pronama.new}
# it "プロ生ちゃんマジ天使!" do
# expect(pronama.プロ生ちゃん).to eq "プロ生ちゃんマジ天使!"
# end
#
subject{Pronama.new}
its(:プロ生ちゃん){ should eq "プロ生ちゃんマジ天使!"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment