Sha256: 3cc760874f9f8b733af551ff4c21e14bfc479d13f7592b6f8f5621f7c7117691
Contents?: true
Size: 216 Bytes
Versions: 40
Compression:
Stored size: 216 Bytes
Contents
require 'test_helper' class AngularGemTest < ActiveSupport::TestCase def setup @app = Dummy::Application end test "angular.js is found as an asset" do assert_not_nil @app.assets["angular"] end end
Version data entries
40 entries across 40 versions & 1 rubygems