Sha256: 938b4e65120a0f9eca5d5e6c67b93b43d45989c9f4eec9c9d2d208644fd28ec0

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

require "spec_helper"

describe ActiveApplication::BaseHelper do
  describe "#application_name" do
    it "returns application name" do
      helper.application_name.should eq("Active Application")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_application-0.3.1 spec/helpers/base_helper_spec.rb
active_application-0.3.0 spec/helpers/base_helper_spec.rb
active_application-0.2.0 spec/helpers/base_helper_spec.rb
active_application-0.1.0 spec/helpers/base_helper_spec.rb
active_application-0.0.1 spec/helpers/base_helper_spec.rb