Sha256: 97d6c08ddcf96b4b55c105a2f3376dcef24bd80439de68f51d672f732e2c6b33

Contents?: true

Size: 306 Bytes

Versions: 72

Compression:

Stored size: 306 Bytes

Contents

component extends="testbox.system.BaseSpec" {

	function beforeAll(){
	  SUT = createObject( 'HelloWorld' );
	}

	function run(){
	
		describe( "My HelloWorld class", function(){
			
			it( "should greet the world", function(){
				expect( SUT.helloworld() ).toBe( 'Hello, world!' );
			});
		});
		
	}
 
}

Version data entries

72 entries across 71 versions & 1 rubygems

Version Path
trackler-2.2.1.104 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.103 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.102 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.101 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.100 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.99 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.98 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.97 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.96 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.95 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.94 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.93 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.92 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.91 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.90 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.89 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.88 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.87 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.86 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.85 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc