Created
February 24, 2014 14:33
-
-
Save jz5/9189400 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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