Sha256: 349bb9812efea5c9b2ad98132dfa27990a4c39a670f664beeab1986882f3e583

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "StudiBudi" do
  # it "fails" do
  #   fail "hey buddy, you should probably rename this file and start specing for real"
  # end
  before do
    @study_helper = StudiBudi.new
  end

  it "should get the user's input" do
    @study_helper.stub!(:gets) {"phrase"} # @study_helper.action.should eq 
  end


  # "if I make a card collection called 'Potatos'" do
  #   adfld.@collection_name should_eq "Potatos"
  # end









end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
studi-budi-0.2.1 spec/studi-budi_spec.rb