Sha256: 0442b3f69e8af7644e25dbc664917e7989c7abad52c79fe30e5212e06a1becc1
Contents?: true
Size: 907 Bytes
Versions: 1
Compression:
Stored size: 907 Bytes
Contents
#require 'jldrill/contexts/DisplayProblemContext' require 'jldrill/spec/StoryMemento' require 'jldrill/views/test/CommandView' require 'jldrill/views/test/ProblemView' require 'jldrill/views/test/QuizStatusView' require 'jldrill/views/test/ItemHintView' module JLDrill::PopupKanjiInfo Story = JLDrill::StoryMemento.new("Pop up kanji info") def Story.setup(type) super(type) # @context = @mainContext.displayProblemContext # @view = @context.peekAtView end ########################################### describe Story.stepName("The user is able to select popup kanji option") do it "should have an entry in the menu" do Story.setup(JLDrill::Test) Story.start Story.shutdown end # it "Selecting the entry in the menu should enter the context" end ########################################### end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jldrill-0.5.1.7 | spec/jldrill/stories/PopupKanjiInfo_story.rb |