Sha256: 6bf308189d973ba7519efe648b3e3682da50378aa4db376470a7144e0baeb69a

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

# describe( "it failse" , function(){
#   it( "should have spelled fails right" , function(){
#     expect( false ).toBeTruthy();
#   });
# });

describe "TDD JavaScript, Rails 3.1 and the Asset Pipeline", ->
  it "Are you TDD'ing your JS?", ->
    tests = "no tests D:"
    expect( tests ).toBe('lots of tests :D')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_track-0.0.4 test/dummy/spec/javascripts/test_spec.js.coffee
test_track-0.0.3 test/dummy/spec/javascripts/test_spec.js.coffee