diff --git a/Name_Space b/Name_Space new file mode 100644 index 000000000..1201e7021 --- /dev/null +++ b/Name_Space @@ -0,0 +1 @@ +" hi , how r u? " \ No newline at end of file diff --git a/edit-me.txt b/edit-me.txt index e69de29bb..1c32f9218 100644 --- a/edit-me.txt +++ b/edit-me.txt @@ -0,0 +1,2 @@ +ls +"hello world" \ No newline at end of file diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 22e80a679..5781d230b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,3 @@ -RSpec.configure do |config| +link_to_unless_currentRSpec.configure do |config| config.order = :default end