Standardise on double quoted strings
This commit is contained in:
parent
5cbd4038ed
commit
dc2a2c8ebd
230 changed files with 1809 additions and 1812 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class ApplicationHelperTest < ActionView::TestCase
|
||||
fixtures :users, :user_roles
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class AssetHelperTest < ActionView::TestCase
|
||||
def test_assets
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class BrowseHelperTest < ActionView::TestCase
|
||||
include ERB::Util
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class ChangesetHelperTest < ActionView::TestCase
|
||||
fixtures :changesets, :users
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class NoteHelperTest < ActionView::TestCase
|
||||
include ERB::Util
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require "test_helper"
|
||||
|
||||
class TitleHelperTest < ActionView::TestCase
|
||||
def test_set_title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue