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.84 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.83 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.82 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.81 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.80 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.79 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.78 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.77 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.76 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.75 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.74 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.73 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.72 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.71 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.70 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.69 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.68 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.67 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.66 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc
trackler-2.2.1.65 tracks/cfml/exercises/hello-world/HelloWorldTest.cfc