spec/cure_spec.rb in rubicure-0.1.4 vs spec/cure_spec.rb in rubicure-0.2.0

- old
+ new

@@ -25,11 +25,11 @@ let(:girl){ Cure.passion } after do girl.rollback - girl.humanize + girl.humanize! end context "called once" do it{ expect{ subject }.to change{ girl.name }.from("東せつな").to("イース") } end @@ -58,10 +58,10 @@ let(:girl){ Cure.beat } after do girl.rollback - girl.humanize + girl.humanize! end context "called once" do it{ expect{ subject }.to change{ girl.name }.from("黒川エレン").to("セイレーン") } end