Sha256: 05f19f4bc77c0db7fda92155f41b899c87e9d0f91d995128878c8a01daaf8cf2
Contents?: true
Size: 478 Bytes
Versions: 19
Compression:
Stored size: 478 Bytes
Contents
require "spec_helper" describe Redcar::Application do it "has a name" do Redcar::Application::NAME.should_not be_nil end it "has a default instance" do Redcar.app.is_a? Redcar::Application end describe "instance" do before do @app = Redcar::Application.new @app.controller = RedcarSpec::ApplicationController.new end it "creates a new window" do @app.new_window @app.windows.length.should == 1 end end end
Version data entries
19 entries across 19 versions & 2 rubygems