Sha256: 008754e75f9b4458ed6c5acdcb4ea2687246a6b3bb5cb6cb16c5cd9cea81dba1

Contents?: true

Size: 287 Bytes

Versions: 74

Compression:

Stored size: 287 Bytes

Contents

component extends="testbox.system.BaseSpec" {

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

	function run(){
	
		describe( "My HelloWorld class", function(){			

			it( 'Say Hi!', function(){
				expect( SUT.hello() ).toBe( 'Hello, World!' );
			});

		});
		
	}
 
}

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.179 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.178 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.177 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.176 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.175 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.174 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.173 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.172 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.171 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.170 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.169 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.167 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.166 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.165 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.164 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.163 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.162 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.161 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.160 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc